All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql-tests.testcases.select_no_from.withGroupOrderHaving.sql Maven / Gradle / Ivy

-- database: presto; groups: no_from
SELECT MIN(10), 3 as col1 GROUP BY 2  HAVING 6 > 5 ORDER BY 1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy