Skip to content

Commit

Permalink
sql: add support for IGNORE n LINES
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Sep 10, 2018
1 parent 8be28ed commit ab8edf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ TiDB 使用乐观事务模型,在执行 Update、Insert、Delete 等语句时
LOAD DATA LOCAL INFILE 'file_name' INTO TABLE table_name
{FIELDS | COLUMNS} TERMINATED BY 'string' ENCLOSED BY 'char' ESCAPED BY 'char'
LINES STARTING BY 'string' TERMINATED BY 'string'
IGNORE n LINES
(col_name ...);
```

Expand Down

0 comments on commit ab8edf2

Please sign in to comment.