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 -> Searching a 'VARRAY' in PL/SQL

Searching a 'VARRAY' in PL/SQL

From: Abe <asg2037_at_hotmail.com>
Date: 17 Jan 2002 13:26:36 -0800
Message-ID: <57e4ce6e.0201171326.25f37d07@posting.google.com>


Is there any function that will search an array for an element that matches the string we're searching for.
For example:
  var_array = ('abc', 'def', 'ghi')
  if ('def' in var_array) then
.....
.....

  else
.....
.....

  end if Received on Thu Jan 17 2002 - 15:26:36 CST

Original text of this message

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