MySQL Forums
Forum List  »  Newbie

Re: 1366 - Incorrect integer value: error message when merging forum databases
Posted by: Peter Brawley
Date: May 05, 2022 03:19PM

SQL Error:
1366 - Incorrect integer value: '' for column `lexuswor_mybb`.`mybb_forums`.`pid` at row 1
Query:
UPDATE mybb_forums SET `pid`='', `parentlist`='100' WHERE fid='100' LIMIT 1

'' is a value. It needs to be 0 or null.

Options: ReplyQuote


Subject
Written By
Posted
Re: 1366 - Incorrect integer value: error message when merging forum databases
May 05, 2022 03:19PM


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.