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!

Can we use %rowtype attribute inside the plsql record?

Andrew RJun 30 2022

Hi everyone,
Can we use %rowtype attribute inside the plsql record like the below code..
type xx is RECORD ( v_emp employees%rowtype ,
v_loc departments.LOCATION_ID%type );
v_data xx;

Comments
Post Details
Added on Jun 30 2022
5 comments
303 views