close
蠻實用的技巧,紀錄下來..
Access:
Access:
Select Top N * From Table
Where condition
Order By Rnd( 數字型態欄位名稱 )
MsSQL:
Select Top N * From Table
Where condition
Order By NEWID()
MySQL:
Select * From Table
Where condition
Order By RAND() Limit N
全站熱搜