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

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

There is a newer version: 0.289
Show newest version
-- database: presto; groups: orderby, limit
select totalprice*1.0625, custkey from tpch.tiny.orders order by 1 limit 20




© 2015 - 2024 Weber Informatics LLC | Privacy Policy