Axe
Sat 11th Jan '03, 10:27pm
Ok, I know I can do...
select * from thread where forumid="40";
to select all threads in forum number "40". But, how can I retrieve all POSTS that reside in forum number "40" in a single query?
Also, how can I limit this query to threads that were started in the past 30 days?
select * from thread where forumid="40";
to select all threads in forum number "40". But, how can I retrieve all POSTS that reside in forum number "40" in a single query?
Also, how can I limit this query to threads that were started in the past 30 days?