Getting A Random Row From A MS SQL Table

To get a random row from a Microsoft SQL database you need to use the NEWID() function. This will generate a new random number for each row and order them by that new number. This is used in conjunction with the TOP clause to limit the amount of returned rows to one.

 
Category: 

Share:

  • Add news feed
  • Bookmark this on Delicious

Add new comment