oraclelover
Member²
"Code Assistant improvements
The Code Assistant now supports user defined record type variables, cursor variables, all rowtype and subtype variables, and select statements with inline views"
If i do:
select *
from (select * from my_table)r1
where r1.DOESNT POPUP inline view columns.
This works with cursors but I can't get the inline view to do this. Any ideas, or am I missing something?
Thanks
The Code Assistant now supports user defined record type variables, cursor variables, all rowtype and subtype variables, and select statements with inline views"
If i do:
select *
from (select * from my_table)r1
where r1.DOESNT POPUP inline view columns.
This works with cursors but I can't get the inline view to do this. Any ideas, or am I missing something?
Thanks