MySQL Forums
Forum List  »  Newbie

Re: Running multiple statements at one time in QueryBrowser
Posted by: Christian Hamel
Date: July 21, 2005 05:30PM

If it is only INSERT statement that you're doing like the example you wrote, why don't you simply do a multiple insert like:

insert into t_resolution_code (Field1, Field2) Values ('01','NOT DEAD'), ('02', 'REPLACED METER BOX'), ('03', 'REPLACED METER BOX LID');

Rather than that, can't answer for Query Browser.

Options: ReplyQuote


Subject
Written By
Posted
Re: Running multiple statements at one time in QueryBrowser
July 21, 2005 05:30PM


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.