select GROUP_CONCAT(id),teq.competence from talent_evalution_questions teq
where teq.competence in('xxx1','xxx2')
GROUP BY teq.competence
order by RAND();
问答
nutz拼接条件时有没有随机rand排序的固定写法,select * from xx order by rand()
标签:
无
添加回复
请先登陆