Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Reserved names as column names

Reserved names as column names

From: Robert Wehofer <thalion77_at_graffiti.net>
Date: Mon, 03 Jan 2005 13:24:25 GMT
Message-ID: <dIbCd.32192$BO5.4043@news.chello.at>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US