sql-tests.testcases.functions.conditional-expressions.simple_case.sql Maven / Gradle / Ivy
-- database: presto; groups: qe,conditional
select case when true then 33 end
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
-- database: presto; groups: qe,conditional
select case when true then 33 end