LOAD DATA LOCAL INFILE ? IGNORE INTO TABLE country_codes FIELDS OPTIONALLY ENCLOSED BY '"' TERMINATED BY '\t' ( id , name , country_group_id ) ;
The "?" is highlighted as red. MySQL allows placing the file name as a JDBC parameter, so I think this should be allowed.
The "?" is highlighted as red. MySQL allows placing the file name as a JDBC parameter, so I think this should be allowed.