I have a series of questions in a table, I want all the records that contain the word size and must end with a "?" in the record. When I do a SQL, the "?" is treated as a special character but I want it treated it as a normal character, how do I escape it. I've looked on the internet and StackOverflow but the only questions explain that "?" is a wild card which I don't want it to be.
select * from Questions where QuestionText like '%Size%?'
So it returns for example... Its simplistic but you get the idea hopefully.
What is the size of france?
But doesn't return
What is the size of france.