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
2 lines
136 B
SQL
2 lines
136 B
SQL
select truncate((id-1)/100,0) grp, min(id), max(id), count(*), timediff(max(stop), min(start)) from test006_load group by 1 order by 1;
|