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

Home -> Community -> Usenet -> c.d.o.server -> null select

null select

From: Mr. News <news_at_panther.cs.ucla.edu>
Date: 1997/08/27
Message-ID: <5u2ke6$c1l$1@panther.cs.ucla.edu>#1/1

hi

i am having some problems with my select into statement.

i'm trying to see if an item is in a table. but oracle complains when nothing returns from the query.

is there a way around this? i.e. how do i tell if something is in the table or not?

here's a bit of code:

select rpt_id
into myvar
from tableA
where ...blah..

thanks. Received on Wed Aug 27 1997 - 00:00:00 CDT

Original text of this message

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