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 -> Re: one for the SQL experts - dare I say TRICKY SQL!

Re: one for the SQL experts - dare I say TRICKY SQL!

From: --CELKO-- <jcelko212_at_earthlink.net>
Date: 9 Feb 2006 19:20:22 -0800
Message-ID: <1139541622.207013.232140@g43g2000cwa.googlegroups.com>


>> 'AS' is defined in the ANSI SQL-99 Standard ... an optional keyword in the FROM clause between the object name (table, view, derived table, whatever) and the alias for
it. <<

I like it because it separates things nicely for the eye. In real old days, leaving out a comma in a FROM clause could accidently create an alias for a table. I find it funny that people who use the wordy infixed join syntax for INNER JOINs often skip the AS keyword. Received on Thu Feb 09 2006 - 21:20:22 CST

Original text of this message

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