Add a test for #14610

This commit is contained in:
Alexey Milovidov 2021-04-17 02:22:32 +03:00
parent 786f340256
commit ecf8de7111
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
select case 1.1 when 0.1 then 'a' when 1.1 then 'b' when 2.1 then 'c' else 'default' end as f;