请问SQL随机取1%的ID怎么写啊?我在sql中写
select id
from table
order by rand()
但是1%不知道怎么写
写成top 1 percent 好像mysql不支持?