Hi Team
do we have an option like SQL ALL, ANY
i.e
select distinct deal_id from quote q where id > all(14297226);
error ;- MySQL server version for the right syntax to use near ‘all(14297226)’ at line 1
Hi Team
do we have an option like SQL ALL, ANY
i.e
select distinct deal_id from quote q where id > all(14297226);
error ;- MySQL server version for the right syntax to use near ‘all(14297226)’ at line 1
Hi,
No we don’t support ALL or ANY operators at this time. We do have a feature request tracking it.
-Adam