Skip to Main Content

APEX

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!

PLSQL ITEM NULL or EMPTY

User_HP90XMar 29 2022

PLSQL determines branching by whether the item is empty or contained.

Empty is determined by
Item = " " or
Item =NULL
Which is it?

For example
IF :P1_ITEM = " " THEN
or
IF :P1_ITEM = NULL THEN

Comments
Post Details
Added on Mar 29 2022
2 comments
1,118 views