Hi,
I am trying to create update statements using SQL from SQL. I can concatinate into the spooled file every character apart from the much needed '. So the spooled statements look like:
update table_name SET (col_name) = "value";
Is there any way of specifying that the output be a ' as opposed to the "?
Many thanks
Matt
I am trying to create update statements using SQL from SQL. I can concatinate into the spooled file every character apart from the much needed '. So the spooled statements look like:
update table_name SET (col_name) = "value";
Is there any way of specifying that the output be a ' as opposed to the "?
Many thanks
Matt