![JAR search and dependency download from the Maven repository](/logo.png)
sql-tests.testcases.hive_tpch.q6.sql Maven / Gradle / Ivy
-- database: presto; groups: tpch,quarantine; tables: lineitem
SELECT sum(l_extendedprice * l_discount) AS revenue
FROM
lineitem
WHERE
l_shipdate >= DATE '1994-01-01'
AND l_shipdate < DATE '1994-01-01' + INTERVAL '1' YEAR
AND l_discount BETWEEN 0.06 - 0.01 AND 0.06 + 0.01
AND l_quantity < 24
© 2015 - 2025 Weber Informatics LLC | Privacy Policy