MySQL Forums
Forum List  »  General

Re: LOAD DATA INFILE and more steps on a select results in a LOOP and PROCEDURE
Posted by: Rick James
Date: December 21, 2015 08:35PM

Change
INSERT INTO C SELECT fileaddress FROM B LIMIT i,1;
to
INSERT INTO C VALUES(@indirizzofile);

Options: ReplyQuote




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.