pmiller624 Posted December 25, 2008 Share Posted December 25, 2008 how do i display data from just one row and one column example the time something happened last Thanks Link to comment https://forums.phpfreaks.com/topic/138403-help-with-displaying/ Share on other sites More sharing options...
xtopolis Posted December 25, 2008 Share Posted December 25, 2008 SELECT columnName FROM yourTable ORDER BY timeColumnName DESC Link to comment https://forums.phpfreaks.com/topic/138403-help-with-displaying/#findComment-723685 Share on other sites More sharing options...
fenway Posted December 26, 2008 Share Posted December 26, 2008 LIMIT 1 might help too. Link to comment https://forums.phpfreaks.com/topic/138403-help-with-displaying/#findComment-724157 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.