1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test102/q5.2.4.sql
2016-01-06 14:08:59 -06:00

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;