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 8c89673 commit 9ff1d9fCopy full SHA for 9ff1d9f
tests/sql_test_files/it_works_set_case.sql
@@ -0,0 +1,2 @@
1
+SET msg = case when 1 then 'It works !' else 'It failed !' end;
2
+select 'text' as component, $msg AS contents;
0 commit comments