It's possible in SQL to check values for equality in a SELECT, which fails when using SQLair.
SELECT (num = 1) AS (&isOne.*)
FROM nums
Fails with:
Which also isn't very helpful. There are more than one ( in this query. Positional information would have been useful.
It's possible in SQL to check values for equality in a SELECT, which fails when using SQLair.
Fails with:
Which also isn't very helpful. There are more than one
(in this query. Positional information would have been useful.