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

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

There is a newer version: 0.289
Show newest version
-- 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