Skip to content

Commit 9ff1d9f

Browse files
committed
Add test case for SET case expression
1 parent 8c89673 commit 9ff1d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)