Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
marjan.sayyad
Starting Member
15 Posts |
Posted - 2013-12-13 : 17:38:27
|
I am trying to write a query which user be able to enter data after getting message for example: "Enter Value for Descriptionparam: "here is my query:selet * from tablename where descriotion = @'%descriptionparam%'Any help is really appreciated. ThanksMp |
|
Bustaz Kool
Master Smack Fu Yak Hacker
1834 Posts |
Posted - 2013-12-13 : 17:47:50
|
You spelled SELECT incorrectly...=================================================No, no, you're not thinking, you're just being logical. -Niels Bohr |
 |
|
marjan.sayyad
Starting Member
15 Posts |
Posted - 2013-12-13 : 17:59:11
|
Sorry it was like that:select * from tablename where descriotion = @'%descriptionparam%'Mp |
 |
|
|
|
|