Quotation Marks in SQL output [message #347] |
Wed, 06 February 2002 07:23  |
Roy Jeans
Messages: 2 Registered: February 2002
|
Junior Member |
|
|
I have the following line in one of my PL/SQL programs:-
dbms_output.put_line ('Table_Data-Definition INBODY_SPECIFIC_7P3C37_I237AS_B')
It returns the following output:-
Table_Data_Definition INBODY_SPECIFIC_7P3C37_I237AS_B
The output I need is this:-
Table_Data_Definition 'INBODY_SPECIFIC_7P3C37_I237AS'
Note the single quotes around the INBODY etc etc
If I put the single quotes in the text string I want returned, the code bombs.
Can anyone help ?
Thanks in advance.
|
|
|
|