Files
secondo/Tools/Generators/TPC-H/queries/0.sql.pg
2026-01-23 17:03:45 +08:00

7 lines
236 B
Plaintext

-- Jan. 2009, M. Spiekermann
--
-- do a table scan which really guarantees to read
-- and load some data
select L_DISCOUNT, l_EXTENDEDPRICE, l_LINESTATUS, l_QUANTITY, l_RETURNFLAG, l_SHIPDATE, l_TAX from lineitem where l_quantity < 0