随机提取10条记录的例子:Sql server: select top 10 * from 表 order by newid()Access: Select top 10 * FROM 表 orDER BY Rnd(id) Rnd(id) 其中的id是自动编号字段,可以利用其他任何数值来完成 比如用姓名字段(UserName) Select to...
http://www.jb51.net//article/6787.htm
随机提取10条记录的例子:Sql server:select top 10 * from 表 order by newid()Access:SELECT top 10 * FROM 表 ORDER BY Rnd(id) Rnd(id) 其中的id是自动编号字段,可以利用其他任何数值来完成比如用姓名字段(UserName)SELECT top 10 * FROM&nbs...
http://www.jb51.net//article/630.htm
共有:2/10,当前1/1页
[首页] [上一页]
1
[下一页] [尾页]
转到:
