mysql取前几条 SELECT * FROM users where userId not in (SELECT userId from users limit 0,3) LIMIT 3;

mysql取前几条 SELECT * FROM users where userId not in (SELECT userId from users limit 0,3) LIMIT 3;,第1张

SELECT top 3 FROM users where userid in (select top 6 userId from user ) order by userid desc

以上就是关于mysql取前几条 SELECT * FROM users where userId not in (SELECT userId from users limit 0,3) LIMIT 3;全部的内容,包括:mysql取前几条 SELECT * FROM users where userId not in (SELECT userId from users limit 0,3) LIMIT 3;、、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/10629711.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-10
下一篇 2023-05-10

发表评论

登录后才能评论

评论列表(0条)

保存