Commit 788c4771 authored by unknown's avatar unknown

Corrections to 'LOAD DATA INFILE' options


Docs/manual.texi:
  Fixed syntax on 'LOAD DATA INFILE'
parent 126d03b6
...@@ -17649,8 +17649,9 @@ LOAD DATA [LOW_PRIORITY] [LOCAL] INFILE 'file_name.txt' [REPLACE | IGNORE] ...@@ -17649,8 +17649,9 @@ LOAD DATA [LOW_PRIORITY] [LOCAL] INFILE 'file_name.txt' [REPLACE | IGNORE]
INTO TABLE tbl_name INTO TABLE tbl_name
[FIELDS [FIELDS
[TERMINATED BY '\t'] [TERMINATED BY '\t']
[OPTIONALLY] ENCLOSED BY ''] [[OPTIONALLY] ENCLOSED BY '']
[ESCAPED BY '\\' ]] [ESCAPED BY '\\' ]
]
[LINES TERMINATED BY '\n'] [LINES TERMINATED BY '\n']
[IGNORE number LINES] [IGNORE number LINES]
[(col_name,...)] [(col_name,...)]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment