Again, parser is not handling missing ‘)’ - that’s not displaying IntelliSense drop down
Example :
select decode(d.
from dual d
this works
select decode(d. )
from dual d
Again, parser is not handling missing ‘)’ - that’s not displaying IntelliSense drop down
Example :
select decode(d.
from dual d
this works
select decode(d. )
from dual d