Return to Snippet

Revision: 11045
at January 21, 2009 16:34 by jordantbro


Initial Code
SELECT TOP 1 column FROM table  
ORDER BY NEWID()

Initial URL


Initial Description


Initial Title
Selecting a Random Row In Microsoft SQL Server

Initial Tags
sql, server

Initial Language
SQL