MySQL Forums
Forum List  »  Newbie

Re: IPB MySQL Syntax Problem...
Posted by: DAVID EALDAMA
Date: June 20, 2005 11:48PM

Hi!
have you tried putting commas like one below?

mySQL query error: SELECT m2.id, m2.name, m2.email, m2.hide_email, m2.location, m2.aim_name, m2.icq_number,
f.id as forum_id, f.read_perms, f.name as forum_name, c.state
FROM ibf_moderators mod,
LEFT JOIN ibf_forums f ON(f.id=mod.forum_id),
LEFT JOIN ibf_categories c ON(c.id=f.category AND c.state != 0),
LEFT JOIN ibf_members m2 ON (mod.member_id=m2.id),

Options: ReplyQuote


Subject
Written By
Posted
Re: IPB MySQL Syntax Problem...
June 20, 2005 11:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.