little off topic but what statemant do you use to produce the outputs of the results like so ?
Code:+--------------+-----------+-------------------------------------------------------+---------------------+ | article_user | user_name | article_title | article_date | +--------------+-----------+-------------------------------------------------------+---------------------+ | 1 | pspain | Dimmu Borgir at Academy 1 | 2007-10-04 17:22:40 | | 2 | mheyes | Evergrey Announced at Apollo | 2007-10-04 14:49:12 | | 3 | kbottoms | Pitch Black Progress - The new album by Scar Symmetry | 2007-10-04 14:49:12 | +--------------+-----------+-------------------------------------------------------+---------------------+
It's in Post #10 where you found the above result.
JIMA said:This select will (is intended to anyway) retrieve details of the latest article for each user within a section. So, if three users have put a number of articles each into a section it will retrieve one row per user, that row being their latest article in the section.
I only need the latest per section OR latest per user. I don't need both in the same query. The most important one is finding latest in each section. Latest per person is welcome, but not hugely important. Added bonus.
If we can find a good query for latest per section odds are it'll be a slight modification for finding latest per user. If all that makes sense
