1internet Posted December 7, 2012 Share Posted December 7, 2012 I am trying to work out a mysql query that will give a random order of results, and every time you refresh the order will change. Any ideas? Link to comment https://forums.phpfreaks.com/topic/271728-random-sort-order/ Share on other sites More sharing options...
Barand Posted December 7, 2012 Share Posted December 7, 2012 SELECT ..... ORDER BY RAND() Can be slow if your table is large. Link to comment https://forums.phpfreaks.com/topic/271728-random-sort-order/#findComment-1398153 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.