how to select records randomly in SQL Get link Facebook X Pinterest Email Other Apps - October 06, 2009 select top 3 * from tb_mytable order by newid() select top 3 * from tb_mytable order by Rand() Read more