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/test002/q5.4.3.sql
2016-01-06 14:08:59 -06:00

4 lines
129 B
SQL
Executable File

select count(*) from orders
where o_custkey in (1,10,100,1000,10000,1000000,1000000,
2,20,200,2000,20000,2000000,2000000);