You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-5092 correct mtr result
This commit is contained in:
@ -128,7 +128,7 @@ moda(dbl)
|
|||||||
12345678.91011
|
12345678.91011
|
||||||
SELECT moda(v) FROM t2;
|
SELECT moda(v) FROM t2;
|
||||||
moda(v)
|
moda(v)
|
||||||
four
|
five
|
||||||
SELECT moda(vc) FROM t2;
|
SELECT moda(vc) FROM t2;
|
||||||
moda(vc)
|
moda(vc)
|
||||||
five123456
|
five123456
|
||||||
|
Reference in New Issue
Block a user