Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: escape column name
Randy,
Would it be easier to RENAME the column and then create the view?
Ron
>>> RASTEIN_at_NYCT.com 04/15/2004 9:25:50 AM >>>
I need to put these columns into a view and the pass the view to a
report
writer, so set escape off may not help.
Randy
-----Original Message-----
From: Venkatesh Sadagopan [mailto:Venkatesh.Sadagopan_at_veritas.com] Sent: Wednesday, April 14, 2004 5:47 PM To: 'oracle-l_at_freelists.org' Subject: RE: escape column name
Did you try to set escape off and tried it..
In sqlplus
set escape off and then run your query..
or alternatively you can set escape character to something else other
than
&..
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]
Sent: Wednesday, April 14, 2004 2:36 PM
To: oracle-l_at_freelists.org
Subject: escape column name
I inherited a db with column names like: Close Date & Time
I am having trouble querying these columns. When I put double quotes
around
them, I get:
Enter value for time: old 17: ,"Close Date & Time"
Any help appreciated.
Randy
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |