[email protected] Posted November 3, 2009 Share Posted November 3, 2009 How to shuffle data in any table ? Link to comment https://forums.phpfreaks.com/topic/180038-shuffle-table-data/ Share on other sites More sharing options...
Mark Baker Posted November 3, 2009 Share Posted November 3, 2009 You should never need to shuffle the data in a database table (assuming you're talking about a database table rather than an HTML table). Link to comment https://forums.phpfreaks.com/topic/180038-shuffle-table-data/#findComment-950050 Share on other sites More sharing options...
Mchl Posted November 3, 2009 Share Posted November 3, 2009 shuffle? Link to comment https://forums.phpfreaks.com/topic/180038-shuffle-table-data/#findComment-950056 Share on other sites More sharing options...
waynew Posted November 3, 2009 Share Posted November 3, 2009 Maybe he's talking about shuffling the output? SELECT * FROM table_name ORDER BY RAND(); Link to comment https://forums.phpfreaks.com/topic/180038-shuffle-table-data/#findComment-950061 Share on other sites More sharing options...
Mark Baker Posted November 3, 2009 Share Posted November 3, 2009 Maybe he's talking about shuffling the output? I suspect he was, but I wanted some clarification before offering any solution Link to comment https://forums.phpfreaks.com/topic/180038-shuffle-table-data/#findComment-950116 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.