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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: OT - select + must have from - sql standard syntax?
Дата
Msg-id 19096.1150253069@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: OT - select + must have from - sql standard syntax?  ("Jim C. Nasby" <jnasby@pervasive.com>)
Ответы Re: OT - select + must have from - sql standard syntax?
Список pgsql-performance
"Jim C. Nasby" <jnasby@pervasive.com> 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

В списке pgsql-performance по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: scaling up postgres
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Solaris shared_buffers anomaly?