1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-18 20:42:02 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test108/.svn/text-base/query5.sql.svn-base
2016-01-06 14:08:59 -06:00

7 lines
197 B
Plaintext

select 'query5', batch, loaddt, min(c1), max(c1), count(c1), count(c2), count(c3), count(c4), count(c5)
from test008
where c3 > 0 and loaddt >= subtime(now(), 400)
group by 1, 2, 3
order by 2;