Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected token because of missing space #426

Open
liviuconcioiu opened this issue Mar 4, 2023 · 0 comments
Open

Unexpected token because of missing space #426

liviuconcioiu opened this issue Mar 4, 2023 · 0 comments
Labels

Comments

@liviuconcioiu
Copy link
Contributor

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
@williamdes williamdes added the bug label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants