![]() |
SQL Query to get First post of users
Hello,
Am using the below query to get the post of the users registered during Jan 2015: Code:
SELECT a.title, a.username, a.postid FROM post a, user b |
Maybe try adding:
Code:
ORDER BY b.joindate LIMIT 1 |
Try appending
Code:
GROUP BY a.userid |
All times are GMT. The time now is 03:03 AM. |
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:
|