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 -> Re: trying to convert sql left outer join to oracle

Re: trying to convert sql left outer join to oracle

From: Greg <gforestieri_at_yahoo.com>
Date: 20 Dec 2002 07:13:26 -0800
Message-ID: <f1923f6a.0212200713.2e9f0e3d@posting.google.com>


select * from sys.dual as you_are_correct

You are correct. The AS keyword is not supported when aliasing a table, but is for columns. The above example works in access but not in Oracle, for example. Received on Fri Dec 20 2002 - 09:13:26 CST

Original text of this message

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