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 -> How to convert this SQL-Statement to PL/SQL?

How to convert this SQL-Statement to PL/SQL?

From: Ansgar Scherp <Ansgar.Scherp_at_Artis.Uni-Oldenburg.DE>
Date: 1997/08/03
Message-ID: <33E4EED9.F52B462@Artis.Uni-Oldenburg.DE>#1/1

Hello!

I have to convert a Perl-Program to PL/SQL. Now the problem occured that I have a SQL-statement with an uncertain number of additional conditions. It's like the following statement
  SELECT *
  FROM Customer
  WHERE name = "..." OR name = "..." ... with an undefinded number of ' name = "..." '.

How can I do this in PL/SQL?

Thanks for your help
Ansgar

-- 

  http://www.artis.uni-oldenburg.de/~ansgar
  ATR, Kyuss, Slo-Burn, Pascal, Assembler, Games, Demos, Toolkits, Java,
...
Received on Sun Aug 03 1997 - 00:00:00 CDT

Original text of this message

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