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
97 B
Plaintext
5 lines
97 B
Plaintext
USE tpch1;
|
|
select col1%75000 from (select count(r_regionkey) col1 from region) xxx;
|
|
col1%75000
|
|
5
|