inline views

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
 
Ahh nuts forget it. I got it to work. I swear it wasn't. If I get the issue again I give the details of what caused it.
 
Back
Top