Hello folks
The current, working query which is simplified for the sake of the problem:
SELECT *
FROM qa4_blogs
WHERE state > '$state'
ORDER BY posted DESC
LIMIT $limit1
The fields include 'id' obviously, and 'mid' for the member id.
Say for example the limit is 3, this will return the most recent 3 blog entries.
However, I want to ensure that within those three rows, there is not more than one per member. I need a clever clause in there.
I know this is a very simple question for you, but please share your views with me, will be appreciated.
Bye
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --