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

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

-- database: presto; groups: orderby
select * from (select cast(null as bigint) union all select 1) T order by 1 desc nulls last




© 2015 - 2024 Weber Informatics LLC | Privacy Policy