Re: OT - select + must have from - sql standard syntax?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Jim C. Nasby" <jnasby@xxxxxxxxxxxxx> writes:
> On Tue, Jun 13, 2006 at 02:43:45PM +0200, Antoine wrote:
>> I don't have a copy of the standard on hand and a collegue is claiming
>> that there must be a from clause in a select query (he is an oracle
>> guy). This doesn't seem to be the case for postgres... does anyone
>> know?

> Dunno, but I know that other databases (at least DB2) don't require FROM
> either.

The spec does require a FROM clause in SELECT (at least as of SQL99, did
not check SQL2003).  However, it's clearly mighty useful to allow FROM
to be omitted for simple compute-this-scalar-result problems.  You
should respond to the Oracle guy that "SELECT whatever FROM dual" is not
in the standard either (certainly the spec does not mention any such
table).  And in any case an Oracle fanboy has got *no* leg to stand on
when griping about proprietary extensions to the spec.

			regards, tom lane


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux