Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Checking if there is a value in nested table

JackKSep 2 2010 — edited Sep 3 2010
Hi.
I've got a NT variable:
TYPE ATTRIBS_NT IS TABLE OF VARCHAR2(10);
PV_ATRYBUTY_NT ATTRIBS_NT :=  ATTRIBS_NT('1234', 'ABCD', 'abcd');
How can I check if e.g. '2345' is in this NT? Is there any Oracle's build-in function for that purpose?
This post has been answered by MichaelS on Sep 2 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2010
Added on Sep 2 2010
7 comments
1,991 views