advanced code snippet search
mafro on 04/23/07
random sorting
04/23/07 05:49am
1 person have marked this snippet as a favorite
eunjoo1984
Random sort of SQL set
SELECT *FROM Northwind..Orders ORDER BY NEWID()
Report this snippet Tweet
Comment:
You need to login to post a comment.