Skip to content

Unexpected token because of missing space #426

Open
@liviuconcioiu

Description

@liviuconcioiu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions