imsry Posted December 29, 2014 Share Posted December 29, 2014 by the order in which they were entered? like i dont want to order by a specific row in my table, i want to list the data by which it was entered. maybe i can add a row that enters column #s somehow?? Link to comment https://forums.phpfreaks.com/topic/293485-how-to-order-a-sql-table/ Share on other sites More sharing options...
Barand Posted December 29, 2014 Share Posted December 29, 2014 Add a TIMESTAMP type column and ORDER BY that. Link to comment https://forums.phpfreaks.com/topic/293485-how-to-order-a-sql-table/#findComment-1501036 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.