MySQL Forums
Forum List  »  General

Re: Semicolon in the field content.
Posted by: Peter Brawley
Date: August 19, 2020 03:44PM

MySQL version?

If it's a char or text column, MySQL will automatically escape semicolons. If it's a value for a numeric column, that's an error.

So if that doesn't clarify, please post the Show Create Table result, a couple of problematic lines from the input file, and the Load Data cmd you're using.

Options: ReplyQuote


Subject
Written By
Posted
Re: Semicolon in the field content.
August 19, 2020 03:44PM


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.