Files
secondo/Tools/Generators/TPC-H/queries/0.sql.pg

7 lines
236 B
Plaintext
Raw Normal View History

2026-01-23 17:03:45 +08:00
-- 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