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? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/271728-random-sort-order/#findComment-1398153 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.