You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
3 lines
140 B
SQL
Executable File
3 lines
140 B
SQL
Executable File
select l_shipdate, l_suppkey, l_quantity, l_extendedprice, l_comment
|
|
from lineitem where l_orderkey = 6000000000 order by 1, 2, 3, 4, 5;
|