-1

Getting this error when trying to import data from txt to my Db

17 values were expected, but found 13. (near "(" at position 20627)

The line of data where the problem appears is this: ('35','835','835','32','57804','Ex sit at id et.','Fanopoiia','14660.36347','10','Funk','Mixanikos','835','Duchess; 'and most of 'em do.' 'I don't see any.','1982-07-02 141548','7','Nai','1973-01-25 060239'),

sleft
  • 1

1 Answers1

0

You may escape the apostrophes with double qoutes: ''

Check How to insert a value that contains an apostrophe (single quote)?

Widhold
  • 21
  • 1
  • 4