Hi!
I have a table with a lot of records, there are one or more referencing to a primary_key in another table, and every record have a value...
My problem: I want to retrieve the top-value from the records that references different primary-keys.
Is this possible, or do i have to just select every post, and use a "nasty" PHP-loop(Very heavy, since this table, in the long run can have X-thousand records!
Please help me, I'm REALLY stuck on this one!!
Markus, Norway
By the way: I'm running MySQL 3.22 on linux