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
6 lines
86 B
SQL
6 lines
86 B
SQL
select lo_custkey, count(lo_linenumber)
|
|
from lineorder
|
|
group by 1
|
|
limit 10;
|
|
|