You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-12 23:42:47 +03:00
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
select cidx, RAND() from datatypetestm;
|
|
select cidx, RAND(5) from datatypetestm;
|
|
select cidx, RAND(4) from datatypetestm;
|