1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-20 01:42:27 +03:00
Files
mariadb-columnstore-engine/utils/scenarios/perf/source/iteration17queries/Group1/q2.3.1.1.1.sql
2016-01-06 14:08:59 -06:00

2 lines
101 B
SQL
Executable File

Select l_shipdate, l_orderkey, l_partkey from lineitem where l_orderkey < 1000000 order by 1, 2, 3;