mr relaxo Posted January 30, 2004 Posted January 30, 2004 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. Quote You can not get ye flask.
Moderators Robby Posted January 30, 2004 Moderators Posted January 30, 2004 surround them with quotes "Select sizeid, CONCAT (sizeid, """ / """, description) as merge from sizes order by sizeid" Quote Visit...Bassic Software
mr relaxo Posted January 30, 2004 Author Posted January 30, 2004 thanks! Quote You can not get ye flask.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.