Closed machow closed 7 years ago
In expressions of the form below didn't parse...
SELECT x FROM y WHERE x IN (SELECT a FROM b)
but these did
SELECT x FROM y WHERE x IN ((SELECT a FROM b))
will push to prod in the morning!
No test?
In expressions of the form below didn't parse...
but these did