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 -> Query Based on Reserved Word

Query Based on Reserved Word

From: ct witter <norcold1_at_yahoo.com>
Date: 25 Jan 2006 06:56:40 -0800
Message-ID: <1138201000.732709.114560@g44g2000cwa.googlegroups.com>


When the table was set up one of the column names was set to 'OPERATOR' . How can I use this as a criteria in the where clause?

I can't change the table column name :(

SQL: SELECT DISTINCT
*
FROM
DB.PR_DETERMINANT PD
WHERE
PD.OPERATOR = 'EXCL' Received on Wed Jan 25 2006 - 08:56:40 CST

Original text of this message

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