sql-tests.testcases.order_by.orderByDefaultNullsDefault.sql Maven / Gradle / Ivy
-- database: presto; groups: orderby
select * from (select cast(null as bigint) union all select 1) T order by 1
-- database: presto; groups: orderby
select * from (select cast(null as bigint) union all select 1) T order by 1