Re: Is this bug in MySQL Server 5.7.14?
Hm
select * from t.gk;
+---------------------------------------------+
| ben_text |
+---------------------------------------------+
| "Coleção Roadster casaco/colete - 2016". |
+---------------------------------------------+
It is mistake. This string can not have '"'. This symbol is enclosed by '"' in load data local infile query. And what is symbol '.' in the end?
Also you example lost symbol '\'. But this symbol is present in file and it must be import to table.
I can send you my file and all queries (create table, load infile) fo testing.
Subject
Views
Written By
Posted
2880
March 26, 2017 07:41AM
1167
March 26, 2017 10:43AM
1366
March 26, 2017 11:33AM
1238
March 26, 2017 12:11PM
Re: Is this bug in MySQL Server 5.7.14?
1141
March 26, 2017 12:24PM
1085
March 26, 2017 02:34PM
1158
March 27, 2017 04:50AM
1111
March 27, 2017 10:56AM
1141
March 27, 2017 12:33PM
1695
March 27, 2017 02:55PM
1131
March 27, 2017 03:03PM
1063
March 27, 2017 03:32PM
1194
March 27, 2017 10:10PM
1027
March 27, 2017 10:17PM
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.