随机取出数据库N条记录 👤 dnawo 📅 2009-04-02 👁 4350 👍 0 💬 0 🔄 杰明工作室 ACCESS:select top n * from 表名 order by rnd(id) --id为自动编号MSSQL:seelect top n * from 表名 order by newid()MYSQL:select * from 表名 order By rand() limit n 👍 点赞 0 评论(0) 暂无评论。 提交评论 评论需审核通过后显示
评论(0)
暂无评论。