edwardturner
Technical User
Hi,
I need to write a select statement to just return one field from a table but i want to also return a column either site that just contains a ' character. I know how to say add a column before / after a column:
select field, ',' from table
But i do not know how I would get the single quote character either side.
Any ideas?
I need to write a select statement to just return one field from a table but i want to also return a column either site that just contains a ' character. I know how to say add a column before / after a column:
select field, ',' from table
But i do not know how I would get the single quote character either side.
Any ideas?