Feature Request/Idea

oraclelover

Member²
I think it would be nice if inline views alias name would popup the columns in the view after a period is typed. For example

select * from
(select * from current_sales
union all
select * from history_sales
)all_sales
where all_sales.AND AFTER THE PERIOD THE COLUMN CHOICES SHOULD POPUP BASED ON THE COLUMNS THE VIEW CONTAINS. JUST LIKE THEY DO FOR A NORMAL TABLE ALIAS.

Let me know if I need to clarify, but I think you will get the idea.
 
Back
Top