sqlftw
sqlftw copied to clipboard
Expression with comparison operator after IS NULL|TRUE|FALSE
parsing fails on =
SELECT t1.x IS NULL = t2.x AS col FROM t AS t1, t AS t2 ORDER BY col;