Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Reserved names as column names
Place double quote marks around the column name. Be sure to use upper
case unless the column name shows as lower case in the view
dba_tab_columns.
select col1, "RESERVED", col3 from ....
HTH -- Mark D Powell -- Received on Mon Jan 03 2005 - 07:36:20 CST
![]() |
![]() |