Select TOP 3 RAND(),* from table_name orderbyRAND();
This should give you a random order.
And there for 3 different rows each time.
Select TOP 3 RAND(),* from table_name orderbyRAND();
This should give you a random order.
And there for 3 different rows each time.