You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
4 lines
129 B
SQL
Executable File
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);
|