Guest elthomo Posted March 13, 2008 Share Posted March 13, 2008 How would I use a MAX timestamp with this statement? TIA $query = "SELECT * FROM gespraak WHERE $dossiernummer = gespraak.dossiernummer"; Link to comment https://forums.phpfreaks.com/topic/95940-how-to-use-max-timestamp/ Share on other sites More sharing options...
Guest elthomo Posted March 13, 2008 Share Posted March 13, 2008 I found it . I needed to use this: having MAX(timestamp) Link to comment https://forums.phpfreaks.com/topic/95940-how-to-use-max-timestamp/#findComment-491170 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.