我想根据需要随机选择的id列获取随机记录。由于数据库限制,我无法使用rand()
函数。但是我有一个id列,如果我可以随机生成并询问应该解决问题。关于如何将随机数输入到sql where子句的任何建议。我打算绕过 100000 随机数来搜索。例如
select a,id from users where id in (20, 30);
答案 0 :(得分:0)
如果你的目的是获取随机用户,你可以使用以下查询来实现它。
.svg-wrapper{
width: 55px;
height: 55px;
font-size: 0;
}
.play-vert-line{
width: 100%;
}
.line-join{
position: relative;
left: 25px;
fill: none;
}