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

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

The newest version!
-- database: presto; groups: orderby
select * from (select cast(null as bigint) union all select 1) T order by 1 nulls first




© 2015 - 2025 Weber Informatics LLC | Privacy Policy