Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: escape column name
> -----Original Message-----
> Yes, but my hands are tied in this situation.
Are you allowed to define a sane column alias in the view?
SQL> desc crap;
Name Null? Type -------------------- -------- ---------------------------------------------- HELLO & GOODBYE VARCHAR2(100)
SQL> set escape \
SQL> create view crap_view as select "HELLO \& GOODBYE" sane from crap;
SQL> select * from crap_view;
SANE
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Apr 15 2004 - 09:26:59 CDT
![]() |
![]() |