# # Test case migrated from regression test suite: # queries/working_tpch1/group/q4.2.sql # # Author: Susil, susil.behera@mariadb.com # -- source ../include/have_columnstore.inc USE tpch1; select max(l_shipdate), count(l_partkey) from lineitem where l_orderkey < 1000000;