Code assistant is not working in subquery

MartinF

Member²
Hi,

i am working with version 8.0.1.1498 and i just found a problem with code assistant in subquery

If i have the following query:

Code:
select 1 from dual a
where exists (select 1
            from dual b
            where

If after the where in the subquery, I type a. the code assistant automatically popup and show me the dummy column but if instead I type b. there is no popup.
This was working in version 8.0.0.
Is this a new bug? or i am missing something in my preferences.

Regards,
 
Back
Top