You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This query, when formatted will give an unexpected token error because there's no space after LINES.
LOAD DATA INFILE 'filename' IGNORE INTO TABLE `db`.`table` FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\r\n' IGNORE 1 LINES (`column_1`, `column_2`);
04.03.2023_23.18.34_REC.mp4
The text was updated successfully, but these errors were encountered:
This query, when formatted will give an unexpected token error because there's no space after
LINES
.LOAD DATA INFILE 'filename' IGNORE INTO TABLE `db`.`table` FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\r\n' IGNORE 1 LINES (`column_1`, `column_2`);
04.03.2023_23.18.34_REC.mp4
The text was updated successfully, but these errors were encountered: