Public · Protected · Private
TSQL Selecting random records from a database
Type: Public  |  Created: 2011-07-12  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • SELECT TOP 10 * FROM GivenTable ORDER BY NEWID()
    2011-07-12 00:59
This blog is frozen. No new comments or edits allowed.