mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-20 13:13:42 +03:00
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
#
|
|
# Test case migrated from regression test suite:
|
|
# ./mysql/queries/nightly/alltest/test002/q2.3.1.1.1.sql
|
|
#
|
|
# Author: Susil, susil.behera@mariadb.com
|
|
#
|
|
|
|
-- source ../include/have_columnstore.inc
|
|
|
|
USE tpch1;
|
|
|
|
Select max(l_shipdate), min(l_orderkey), sum(l_partkey) from lineitem where l_orderkey < 1000000;
|