sqlftw icon indicating copy to clipboard operation
sqlftw copied to clipboard

Expression with comparison operator after IS NULL|TRUE|FALSE

Open paranoiq opened this issue 2 years ago • 0 comments

parsing fails on = SELECT t1.x IS NULL = t2.x AS col FROM t AS t1, t AS t2 ORDER BY col;

paranoiq avatar Mar 03 '23 13:03 paranoiq