I'm losing my mind. I've tried the verified answer provided here: Default value for empty integer fields when importing CSV data in MySQL
Here is the screenshot of my version of the SQL Query that I'm trying to do. But I keep getting the same error and I don't know the reason why. I based my query on the link I provided above. Please help me. All responses are highly appreciated.
I've already created the table, here is the describe of the table.
This is the test query.
This is the test data.
It doesn't also work for this one.
create table? also show us what query are you using. My suggestion, try to create a basic sample with few fields and start adding things from there when you make it work.