which data type to select in MySql

43 Views Asked by At

I have a Csv file and a data column which has 2 data type integer and text both in same column.

In MySQL what data type can i choose?

I tried to upload csv in MySql, but i get import error as column as 2 datatypes, but both 2 data type are important to me.

what should i do?

0

There are 0 best solutions below