How to use both "like" and "=" in select statment.
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.