MySQL Forums
Forum List  »  General

Re: User variables in LOAD DATA INFILE
Posted by: Peter Brawley
Date: January 05, 2015 02:29PM

See the manual page for the cmd, it supports loading into user vars then setting column values from those vars, eg

load data ...
...
( list of column and/or uservar names)
set col_name=...[...]

Options: ReplyQuote


Subject
Written By
Posted
Re: User variables in LOAD DATA INFILE
January 05, 2015 02:29PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.