I have an sql statement as a string like this:
"Select sizeid, CONCAT (sizeid, " / ", description) as merge from sizes order by sizeid"
I cant figure out how to get the " / " part to be taken literally. Can someone help me out?
Thanks,
Kris.
"Select sizeid, CONCAT (sizeid, " / ", description) as merge from sizes order by sizeid"
I cant figure out how to get the " / " part to be taken literally. Can someone help me out?
Thanks,
Kris.