MSSQL查询语句:

select   top   1   *   from  user   order   by   newid()

MYSQL查询语句:

SELECT *  FROM  user   ORDER BY rand( )   LIMIT 1

Last modification:March 2nd, 2012 at 09:03 pm
如果觉得我的文章对你有用,请随意赞赏