Hi,
I'm trying to run a search in which the phrase has a plus sign in it, like so:
tsql "select * from mytable where myfield like '"Hello +"'"
Trouble is, I get a syntax error when I do that. I tried to escape the plus sign with a preceding backslash, but that didn't change things. Could you suggest a workaround? Thanks!
I'm trying to run a search in which the phrase has a plus sign in it, like so:
tsql "select * from mytable where myfield like '"Hello +"'"
Trouble is, I get a syntax error when I do that. I tried to escape the plus sign with a preceding backslash, but that didn't change things. Could you suggest a workaround? Thanks!