MySQL Forums
Forum List  »  Newbie

Running multiple statements at one time in QueryBrowser
Posted by: crackhead millionaire
Date: July 21, 2005 06:03AM

Hello friends. I have created a series of sql statements from an Oracle instance. Ideally, I'd be able to run them in all at once in query browser as opposed to individually.

Below is a snipet of what I'm trying to run, I'm sure this is a simple syntax issue. Running individual lines work, I'm just not interested in running 150 distinct statements.

insert into t_resolution_code values ('01', 'NOT DEAD');
insert into t_resolution_code values ('02', 'REPLACED METER BOX');
insert into t_resolution_code values ('03', 'REPLACED METER BOX LID');
........

Any insight is greatly appreciated.

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Running multiple statements at one time in QueryBrowser
July 21, 2005 06:03AM


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.