We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c685bb6 commit 4748152Copy full SHA for 4748152
tests/sql_test_files/it_works_set_case.sql
@@ -1,2 +1,2 @@
1
-SET msg = case when 1 then 'It works !' else 'It failed !' end;
+SET msg = case when 1=1 then 'It works !' else 'It failed !' end;
2
select 'text' as component, $msg AS contents;
0 commit comments