Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Is there a "GO" statement for Oracle

Is there a "GO" statement for Oracle

From: Mark Kamoski <mkamoski_at_yahoo.com>
Date: 11 Feb 2003 19:02:29 -0800
Message-ID: <450d831f.0302111902.464c7d8@posting.google.com>


Hi.

In SQL Server, I can use a "go" keyword to execute multiple statements, as follows.

insert into Scott.OlympicData
(PKID, Name, Country, Event, Medal)

values
(1001, "Frank", "US", "Mens Down Hill", "Bronze")
go

insert into Scott.OlympicData
(PKID, Name, Country, Event, Medal)

values
(1002, "Sam", "GB", "Mens Down Hill", null)
go

However, in Oracle 9i, to which I am a beginner, the SQL Scratchpad does not let me do this.

Any ideas?

Please advise.

(Reply to mkamoski_at_yahoo.com if possible.)

Thank you.

--Mark. Received on Tue Feb 11 2003 - 21:02:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US