Re: Oracle MINUS is not supported

Поиск
Список
Период
Сортировка
От Denis Perchine
Тема Re: Oracle MINUS is not supported
Дата
Msg-id 01031022243907.00608@dyp.perchine.com
обсуждение исходный текст
Ответ на Re: Oracle MINUS is not supported  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Saturday 10 March 2001 22:18, Tom Lane wrote:
> Denis Perchine <dyp@perchine.com> writes:
> > Oracle has MINUS keyword used instead of EXCEPT.
>
> Doesn't Oracle also accept EXCEPT?  They claim to be SQL-compliant ...

Unfortunatly - no. At least 8.1.6 says very bad words about this... :-(((
Also there is only MINUS in SQL reference SELECT grammar.
I tried to execute SQL worked on PostgreSQL, and was forced to do 2
corrections:
1. Replace EXCEPT with MINUS
2. Remove AS after subquery for target column

Both if I am not mistaken is ANSI/SQL. :-((

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp@perchine.com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Oracle MINUS is not supported
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Oracle MINUS is not supported