i am trying to import data from a table in sqlite onto a mysql table :
U exported the table of sqlite into a csv file. While importing the csv file into the mysql table, ihave the following error :
#1366 - Incorrect integer value: 'IDAPPRECIATIONL' for column 'idAppreciation' at row 1
IDAPPRECIATION is the column of the sqlite database and idAppreciation is the column of the mysql table they are both autoincrement.