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 -> Re: Multiple selects

Re: Multiple selects

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Wed, 1 Sep 1999 17:19:59 +0200
Message-ID: <936199241.25666.0.pluto.d4ee154e@news.demon.nl>


As long as you terminate your sql statement in a proper way, yes either
select * from dba where fielda like 'jiberish'; -- single quotes!

or
select * from dba where fielda like 'jiberish' /

Hth,

--
Sybrand Bakker, Oracle DBA
<jimbob4334_at_my-deja.com> wrote in message news:7qj909$goj$1_at_nnrp1.deja.com...
> Hi,
>
>
> Is there a way to have multiple selects using SQL Plus 8 on an NT?
>
> I want to do something like.
>
> spool filename
> Select * from dba where fielda like "jiberish"
> select * from dbb where fieldd not like "jiberish"
>
> spool off
>
>
> --
> Check out http://www.ina.net/eprofits/jeferree
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Wed Sep 01 1999 - 10:19:59 CDT

Original text of this message

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