Re: SELECT List with/without parentheses

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: SELECT List with/without parentheses
Дата
Msg-id 8baebcbb-bbbc-4c0f-8705-1717ccd94fd4@postgresfriends.org
обсуждение исходный текст
Ответ на Re: SELECT List with/without parentheses  ("Jason Tiller" <jason@starnull.net>)
Список pgsql-docs
On 06/09/2025 02:02, Jason Tiller wrote:
> Thanks for your feedback! I'm a SQL newbie and the "implicit row constructor" syntax was an unwelcome surprise.


The reason for it is so you can write WHERE (a, b) > (1, 2) and similar.


Perhaps WHERE ROW(a, b) > ROW(1, 2) would have been better, perhaps not.

-- 

Vik Fearing




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