Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> SQL syntax question
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