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

sql-tests.testcases.order_by.orderByAggregate.sql Maven / Gradle / Ivy

-- database: presto; groups: orderby
select regionkey as nationkey, nationkey as regionkey, name from tpch.tiny.nation where nationkey < 20 order by nationkey desc, regionkey asc




© 2015 - 2024 Weber Informatics LLC | Privacy Policy