blob: 42c83b7e6db02b1e8afad8ee71fc3363ddd03dc2 [file] [log] [blame]
SELECT (CASE WHEN true THEN coalesce(1,0) ELSE 1 END) FROM (VALUES(1)) test_tbl;