Jump to content

select to find user with most posts


ryel01

Recommended Posts

hi - I've got the following existing query, and I want to add another part to it which finds the user id (link_uid) of the person who has made the most posts (link_id) and have that value returned as "cat_top_poster". Can anyone help with that one? Thanks, regan.

 

$sql = "select count(distinct link_uid) as cat_unique_authors,

count(*) as cat_total_messages,

max(link_date) as cat_latest_date

from messageboardlinks

where link_id IN ($lids)

or link_father_id IN ($lids)";

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.