1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-08 03:42:19 +03:00
Files
mariadb-columnstore-engine/utils/scenarios/perf/source/iteration17queries/Group5/q5.2.4.sql
2016-01-06 14:08:59 -06:00

4 lines
138 B
SQL
Executable File

select l_shipdate, l_suppkey, l_quantity, l_extendedprice, l_comment
from lineitem where l_orderkey = 600000 order by 1, 2, 3, 4, 5;