有这种查询吗?有张表test,里面有个字段num可不可以查询随机几条num>0的记录?mysql有这种功能吗?[解决办法]
select * from test where num>o order by rand() limit 5