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 via email to