Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Reserved names as column names
Hello there!
How can I select a table having a reserved word as column name?
Example:
SELECT TABLE FROM TABLENAME; // does not work
SELECT "TABLE" FROM TABLENAME; // does not work
Regards,
Robert
Received on Mon Jan 03 2005 - 07:24:25 CST
![]() |
![]() |