![]() |
Does someone know the query to get the user that started the most threads? :)
Thanks. |
Code:
SELECT COUNT(*) AS count,postuserid,postusername FROM thread GROUP BY postuserid ORDER BY count DESC LIMIT 1; |
Thank you very much Firefly.
This is the result :) http://www.lesane-crooks.com/board/topthreads.php |
Tight. :)
|
All times are GMT. The time now is 03:50 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:
|