MySQL Forums
Forum List  »  MyISAM

Re: strange behaviour: #1146 but an insert some lines before was successful
Posted by: Ingo Strüwing
Date: January 11, 2006 06:04AM

Right. In "UPDATE xxx SET yyy = 'somevalue' WHERE id = 456" the "yyy" is at a place where a column name is expected. So it might complain about "table xxx" or "column yyy". If the error message is really about "table yyy" something must be very wrong.

If it was not a typo and you don't find a problem in your source, please enable the query log:
http://dev.mysql.com/doc/refman/4.1/en/query-log.html
and search for the wrong command in it.

Regards,
Ingo

Ingo Strüwing, Senior Software Developer - Storage Engines
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: strange behaviour: #1146 but an insert some lines before was successful
1938
January 11, 2006 06:04AM


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.