You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-25 20:23:16 +03:00
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
USE tpch1;
|
|
select count(*)%25 from nation;
|
|
count(*)%25
|
|
0
|