sql-tests.testcases.order_by.orderByExpression.sql Maven / Gradle / Ivy
The newest version!
-- database: trino; groups: orderby, limit
select totalprice*1.0625, custkey from tpch.tiny.orders order by 1 limit 20
-- database: trino; groups: orderby, limit
select totalprice*1.0625, custkey from tpch.tiny.orders order by 1 limit 20