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
56 B
Plaintext
5 lines
56 B
Plaintext
USE tpch1;
|
|
select count(1+1) from nation;
|
|
count(1+1)
|
|
25
|