Re: SQL92 compliance

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: SQL92 compliance
Дата
Msg-id 200608240843.55450.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: SQL92 compliance  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-sql
Scott Marlowe wrote:
> Would it be possible if we required postfix operators and related to
> be inside parens?
>
> select x ~~ y as yabba
> OR
> select (x ~~ y) yabba

That's pretty much what you get if you restrict the expression to 
c_expr.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: SQL92 compliance
Следующее
От: Emi Lu
Дата:
Сообщение: Re: The length of the sql query