I am new to SQL and using PopSQL for editing, I incourtered to an error "Incorrect Integer Value" while connecting the database with .csv file. After some search I came to know that maybe the column is string and I am using INT command for it. But the column is ID and has numbers stored in it. I try to convert the ID column into integer and its is converted and the error remains the same. I don't know what to do.
I try to convert the ID column into integer and its is converted and the error remains the same. I don't know what to do.