随笔分类 -  MySQL

mysql 随机查出N条
摘要:SELECT * FROM `t_user_member` order by RAND() limit 4; 阅读全文
posted @ 2022-07-18 14:12 流年似水ゞ乱浮生 阅读(35) 评论(0) 推荐(0)