suttercain Posted March 30, 2007 Share Posted March 30, 2007 Hi Everyone, I got my results to order the way I want. Which is ORDER BY verified DESC But after that I want to order another column in ascending order. I tried ORDER BY verified DESC, device and that didn't work. I also tried ORDER BY verified DESC ORDER BY device Does anyone know how I can do this? Thanks in advance. Shannon Link to comment https://forums.phpfreaks.com/topic/44956-solved-mysql-order-by-question/ Share on other sites More sharing options...
mendoz Posted March 30, 2007 Share Posted March 30, 2007 If you want to show both cells you can only sort them by one, otherwise the data won't match the row. Link to comment https://forums.phpfreaks.com/topic/44956-solved-mysql-order-by-question/#findComment-218259 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.