induslady
03-31-2015, 05:36 AM
Hello,
Am looking for SQL Query that gives a User's subscribed threads that has New Posts.
Say the below query :
SELECT * FROM `vb3_subscribethread` WHERE userid=<userid>
gives the list of threads subscribed by a user. Of these, which are the threads that has new posts and what would be the query for the same.
Appreciate an earliest response.
Thanks.
Am looking for SQL Query that gives a User's subscribed threads that has New Posts.
Say the below query :
SELECT * FROM `vb3_subscribethread` WHERE userid=<userid>
gives the list of threads subscribed by a user. Of these, which are the threads that has new posts and what would be the query for the same.
Appreciate an earliest response.
Thanks.