SQL Statement: support export and import table data from file in filesystem #494
aceforeverd
started this conversation in
General
Replies: 1 comment 1 reply
-
predefine LINES delimit and FIELDS delimit ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Brief
SELECT INTO OUTFILE
syntax #455LOAD DATA INFILE
Statement #443only table data is imported, not schema
Well-known mechanism
MySQL's select into outfile & load data infile
Proposal (Draft)
Predefined options
CSV
REPLACE
orIGNORE
since options is not well defined yet, they were configured in
<options_list>
for flexibilityBeta Was this translation helpful? Give feedback.
All reactions