4
Answers

How to use both "like" and "=" in select statment.

Albert

Albert

10y
1.1k
1
How to use both "like" and "=" in select statment.
 
here is the query "select * from tblxyz where name like @a1 or mob like @a2 and city = @a3"
 
What is the right method to use these type of queries.
 
please reply soon.
Answers (4)