Kevin
Well-known member
Yes, SQL queries. I'm looking to just get some quick stats, nothing for an add-on or anything else like that, just a few quick numbers obtained from (hopefully) a few quick queries. Some of these are easy enough, others though I'm not too sure about the correct joins & groupby's that'd be needed.
For a specified list of thread IDs I'm looking to get the following info...
Thanks
For a specified list of thread IDs I'm looking to get the following info...
- ... how many unique user accounts posted in the threads?
- ... how many unique user accounts posted an attachment in the threads?
- ... how many unique user accounts posted an unique attachment in each of the threads?
- ... how many unique attachments were posted in the threads?
- ... how many posts (replies, not including the first post which created the thread) were made in the threads?
Thanks