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

Home -> Community -> Usenet -> c.d.o.server -> how to use group in a SQL statement

how to use group in a SQL statement

From: Tom Miskiewicz <miskiewicz2_at_yahoo.com>
Date: Wed, 8 Oct 2003 23:18:29 +0200
Message-ID: <bm1v08$lfh$1@news.gatel.net>


Hello!

I have a field called group. I'd like to write a SQL statement using the group field in the where clause, however the SQL Worksheet recognizes it as an reserved word only.

select * from example
where group = "mygroup";

How to get this working? I'm using Oracle 9.2 and I did try to put " and ' around the field name.

thanks
Tom Received on Wed Oct 08 2003 - 16:18:29 CDT

Original text of this message

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