Hi, everyone
I want to create a table type of the row type of some of my table.
For example:
create or replace type tmp_Road is table of XUXUEHAN.tbl_Road%rowtype
But I get PLS-00201: identifier 'XUXUEHAN.tbl_Road' must be declared.
Where did I go wrong? Thanks:-)