Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to put ' on statement
Other method is to use ''
e.g.,
> select 'ALTER TABLESPACE rename file ''
> '||file_name||' to
> '||file_name||''';'
> from dba_data_files
> where tablespace_name = 'TBL_STATEMENT';
-----Original Message-----
Sent: Monday, May 06, 2002 7:22 PM
To: Multiple recipients of list ORACLE-L
Use CHR(39) to place a single tic inline.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Daniel Fink INET: optimaldba_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Miller, Jay INET: JayMiller_at_TDWaterhouse.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue May 07 2002 - 16:28:42 CDT
![]() |
![]() |