MySQL Forums
Forum List  »  Portuguese

Re: Error: 1054
Posted by: Piter Vergara
Date: August 25, 2008 02:54PM

Experimente :

...
FROM (ibf_forums f, ibf_categories c)
LEFT JOIN ibf_moderators m ON (f.id=m.forum_id)
...

Com as tabelas entre parĂȘntesis na clĂĄusula FROM, tive um problema semelhante e resolvi desta forma, baseado nesse artigo:
http://openconcept.ca/unknown_column_in_mysql_5_x_error_1054

Options: ReplyQuote


Subject
Views
Written By
Posted
13093
April 17, 2007 10:51AM
4677
February 01, 2008 05:10AM
Re: Error: 1054
4493
August 25, 2008 02:54PM


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.