EXIST, NOT EXIST problem
From: Enrico Brighi <ebrighi_at_cineca.it>
Date: Wed, 20 Jun 2001 09:01:22 +0200
Message-ID: <9gphk3$2o5$1_at_newsfeed.cineca.it>
Date: Wed, 20 Jun 2001 09:01:22 +0200
Message-ID: <9gphk3$2o5$1_at_newsfeed.cineca.it>
Hi,
how can i translate this pseudocode in PL/SQL?
elsif NOT EXISTS(select....) then
I think one way is the sequent:
select ... into var1 where ....
select ... into var2 where.....
...but it's a problem, because the select fails if no return a value INTO the variable!!
Thank
enrico brighi
Received on Wed Jun 20 2001 - 09:01:22 CEST