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
151 B
Plaintext
7 lines
151 B
Plaintext
c1 c2 c3
|
|
4.00 a b
|
|
c1 c2 c3 round(c1,1) round(c1,10)
|
|
4.00 a b 4.0 4.0000000000
|
|
c1 c2 c3 round(c1,1) round(c1,10)
|
|
4.00 4.0 4.0000000000 4.0 4.0000000000
|