MySQL Forums
Forum List  »  Newbie

Re: Incorrect String Value
Posted by: Peter Brawley
Date: April 12, 2022 04:26PM

too many errors in the Create table cmd ...

table name must not be quoted

int(8) is deprecated, will soon go away

zerofill is deprecated

desc is a reserved word, needs backticks till you change the name

primary key declaration fails

unique key is redundant

Too many errors to work past. Where was this Create Table stmt executed? If in 8.0, did you just ignore the errors & warnings?

Quote

Offending line:
00100298 3271 RTE 202 325 Terrain & RĂ©sidence 2021

Your table has 5 columns but the input line has 8 spaces and no quotes implying 9 columns if spaces are to delimit columns. How do you want MySQL to parse it? Please show the exact Load Data stmt yyou are using.

Options: ReplyQuote


Subject
Written By
Posted
April 11, 2022 08:57PM
April 11, 2022 09:08PM
April 12, 2022 10:13AM
April 12, 2022 10:33AM
April 12, 2022 12:35PM
Re: Incorrect String Value
April 12, 2022 04:26PM
April 12, 2022 07:45PM
April 12, 2022 08:03PM
April 13, 2022 05:34PM
April 13, 2022 10:09PM
April 14, 2022 06:07PM


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.