public inbox for [email protected]
help / color / mirror / Atom feedFrom: Vik Fearing <[email protected]>
To: Jason Tiller <[email protected]>
To: [email protected]
Subject: Re: SELECT List with/without parentheses
Date: Mon, 8 Sep 2025 09:30:37 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
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
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: SELECT List with/without parentheses
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox