Backboards: 
Posts: 167
In response to ""the most" would require scanning 50,000 posts for hundreds of thousands of replies ... -- nm" by Beryllium

It's really just a simple SQL statment :)

SELECT COUNT(reply_username) FROM BIG_GIANT_POSTS_TABLE WHERE AUTHOR = ME AND REPLY = TRUE GROUP BY reply_username

Responses:
Post a message   top
Replies are disabled on threads older than 7 days.