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!

what is Table CAST function

suman amaraApr 14 2014 — edited Apr 14 2014

Hi All,

I am analysis a procedure please let me what is user of below function

SELECT

     SAL.CURRENT_SO_ID

FROM

   TABLE(CAST (A_SV_ACTION_LIST AS SV_ACTION_LIST)) SAL

I want to know what is user of TABLE for PL/SQL Type and about CAST convert to Date different data type.

Please let me know the user of TABLE function. Thanks in Advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2014
Added on Apr 14 2014
3 comments
12,414 views