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 -> SQL syntax question

SQL syntax question

From: Sean <seanm555_at_comcast.net>
Date: 1 Feb 2005 14:26:18 -0800
Message-ID: <1107296778.833024.108240@z14g2000cwz.googlegroups.com>


Hello all,

I have a statement that works on SQL server and doesn't on Oracle (v9):

select FLD1, FLD2 from (select distict FLD1, FLD2, FLD3 from TBL1) As X

Oracle error #93: SQL command not properly ended.

What's the problem with the statement that Oracle doesn't like?... Thanks,

Sean Received on Tue Feb 01 2005 - 16:26:18 CST

Original text of this message

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