Bug #45055 | update error: Column count doesn't match value count at row 1 | ||
---|---|---|---|
Submitted: | 24 May 2009 17:25 | Modified: | 24 May 2009 21:18 |
Reporter: | Wendy Tao | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S1 (Critical) |
Version: | 5.0.41 | OS: | Linux (4) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Column count doesn't match value count at row 1, UPDATE ERROR |
[24 May 2009 17:25]
Wendy Tao
[24 May 2009 19:20]
Wendy Tao
To whom it may concern: You can change the status of this case to "Close" now. I have resolved this issue by a work around. The root cause was that when a table was dropped, for some reason the associated trigger was not dropped, which caused this issue. I have to drop the trigger explicitly by using the following statement: drop TRIGGER dataBaseName.triggerName; Then re-create the table and trigger. The update SQL statement ran fine. You can change the status of this case to "Close" now. Regards, Wendy
[24 May 2009 21:18]
MySQL Verification Team
Closing according last comment.