Importing Data from CSV file into MySQL, Scientific Notation -
i using load data infile read csv , insert mysql table. problem 1 column in csv in scientific notation , when read , loaded table won't go column of type double, float, or real. there solution this?
114,2015-05-11 00:00:00.000,0,100,14,2.576927e+10,1.730594e+10,1.904524e+10,1.788426e+10,69.40149
in 1 row of csv scientific notation values when loaded via load data infile become 100000
Comments
Post a Comment