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
7 lines
188 B
SQL
7 lines
188 B
SQL
select 'query2', batch, loaddt, min(c1), max(c1), count(c1), count(c2), count(c3), count(c4), count(c5)
|
|
from test009
|
|
where loaddt >= subtime(now(), 480000)
|
|
group by 1, 2, 3
|
|
order by 2;
|
|
|