homework-jianmu/tests/army/query/function/in/rand.in

3 lines
119 B
Plaintext

select RAND(1245);
select RAND(id) from ts_4893.d0 limit 10;
select RAND(id) from ts_4893.d0 order by id desc limit 10;