1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-07 19:22:02 +03:00

13 lines
294 B
Plaintext

#
# Test case migrated from regression test suite:
# ./mysql/queries/nightly/alltest/test102/q5.1.3.sql
#
# Author: Susil, susil.behera@mariadb.com
#
-- source ../include/have_columnstore.inc
USE tpch1;
select * from lineitem where l_orderkey = 6000000000 order by l_orderkey, l_linenumber;