You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-08 03:42:19 +03:00
11 lines
331 B
SQL
Executable File
11 lines
331 B
SQL
Executable File
select count(*),max(c26_nbr_10),max(c23_nbr_10),max(c28_nbr_10),
|
|
max(c38_nbr_14),max(c61_nbr_20),max(c76_nbr_4),max(c89_nbr_7)
|
|
from demographics200
|
|
where l_orderkey < 7000009
|
|
and c23_nbr_10 < 70000
|
|
and c26_nbr_10 < 700000
|
|
and c28_nbr_10 < 7000
|
|
and c38_nbr_14 < 7050000
|
|
and c61_nbr_20 < 70500000
|
|
and c76_nbr_4 < 28 ;
|