小麥部落
2009年4月28日 星期二
MySQL 及 MsSQL 隨機選出資料
MySQL
select * from MyTable order by RAND()
MsSQL
select * from MyTable order by NEWID()
Access
select * from MyTable order by RND(數值型的列名稱)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言