Hi,
I am trying to have a sinqle quote as a prefix from a select statement.
My data in the database might look like: 000123456
In my select statement I want to be able to have code that would output the above data like: '000123456
I have tried: chr(39)|| [field name] but that did not work. Any suggestions
/Martin
I am trying to have a sinqle quote as a prefix from a select statement.
My data in the database might look like: 000123456
In my select statement I want to be able to have code that would output the above data like: '000123456
I have tried: chr(39)|| [field name] but that did not work. Any suggestions
/Martin