/ Published in: SQL
Expand |
Embed | Plain Text
SELECT TOP 1 COLUMN FROM TABLE ORDER BY NEWID()
You need to login to post a comment.
jordantbro on 01/21/09
1 person have marked this snippet as a favorite
SELECT TOP 1 COLUMN FROM TABLE ORDER BY NEWID()
You need to login to post a comment.