Is there a way to skip columns when using the column_list attribute of DATA LOAD?
For example, if I wanted ignore the fourth column in the data file I'm trying to load how would I do it?
I tried the following but MySQL would not accept it:
(area,status,property_type,listing_num,,agent_id)
For example, if I wanted ignore the fourth column in the data file I'm trying to load how would I do it?
I tried the following but MySQL would not accept it:
(area,status,property_type,listing_num,,agent_id)