I have a query
select * from table where name in ('52 T&M', '60 T&M');
The “&” is causing the query to expect a parameter. How do I qualify the “&” in the query to sting so that the query can find string with the “&” character in them?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would normally use
set define offas suggested by omg but it is also possible to do it like this: