![]() |
sql query: unique users per forum?
What I would like to do is to determine how many unique users posted to a forum. Unfortunately I have no idea about SQL in the first place. :(
I imagine it could work like this: select all posts made in forum id 81 from posts_table select user-id of all posters who made those posts ??? some sort of unique user-id query ??? display the number of unique users Any help will be greatly appreciated. ;) |
Try;
Code:
SELECT COUNT(post.dateline) AS count |
Awesome, worked like a charm, thank you ever so much. ;)
|
All times are GMT. The time now is 03:35 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|