Quote:
Originally Posted by Dismounted
The creator of the post... postuserid
|
SELECT t.forumid
FROM post AS p
LEFT JOIN thread AS t
USING ( threadid )
WHERE p.postuserid =803
MySQL said:
#1054 - Unknown column 'p.postuserid' in 'where clause'
--------------- Added [DATE]1235016809[/DATE] at [TIME]1235016809[/TIME] ---------------
Okay, I am really lost. How about if I have one forumid and one userid, how can I get the number of posts that user made in that forum? Thanks in advance.