Skip to content

Commit 4748152

Browse files
committed
Update it_works_set_case.sql
1 parent c685bb6 commit 4748152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SET msg = case when 1 then 'It works !' else 'It failed !' end;
1+
SET msg = case when 1=1 then 'It works !' else 'It failed !' end;
22
select 'text' as component, $msg AS contents;

0 commit comments

Comments
 (0)