Hello again
You can select random rows in SQL Server to with the following:
SELECT TOP 25 Column FROM Table ORDER BY NEWID()
Enjoy coding
Hello again
You can select random rows in SQL Server to with the following:
SELECT TOP 25 Column FROM Table ORDER BY NEWID()
Enjoy coding
Comments
Post a Comment