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

sql-tests.testcases.limit.withLimitZero.sql Maven / Gradle / Ivy

-- database: presto; groups: limit; tables: nation
SELECT COUNT(*) FROM
    (SELECT * FROM nation LIMIT 0) foo




© 2015 - 2024 Weber Informatics LLC | Privacy Policy