You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-08 03:42:19 +03:00
4 lines
138 B
SQL
Executable File
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;
|
|
|