How to get a random row from a table in SQL server ?



Select Top 1 columName from Tablename Order by newid()


0 comments: