mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Corrections to 'LOAD DATA INFILE' options
This commit is contained in:
parent
1eaeab312d
commit
5f4041339c
1 changed files with 3 additions and 2 deletions
|
@ -17649,8 +17649,9 @@ LOAD DATA [LOW_PRIORITY] [LOCAL] INFILE 'file_name.txt' [REPLACE | IGNORE]
|
|||
INTO TABLE tbl_name
|
||||
[FIELDS
|
||||
[TERMINATED BY '\t']
|
||||
[OPTIONALLY] ENCLOSED BY '']
|
||||
[ESCAPED BY '\\' ]]
|
||||
[[OPTIONALLY] ENCLOSED BY '']
|
||||
[ESCAPED BY '\\' ]
|
||||
]
|
||||
[LINES TERMINATED BY '\n']
|
||||
[IGNORE number LINES]
|
||||
[(col_name,...)]
|
||||
|
|
Loading…
Reference in a new issue