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

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

-- database: presto; groups: orderby, limit
select nationkey, regionkey, name from (select regionkey, nationkey, name from tpch.tiny.nation where nationkey < 20 order by 2 desc limit 5) t order by 2, 1 asc




© 2015 - 2024 Weber Informatics LLC | Privacy Policy