Hello,
some time code assistant doesn't work correctly with F6 in where clause.
i have something like :
select alias.col1, alias.col2, alias.col3, alias.col4
from table alias
where alias.
if i type f6 after the ".", the code assistant should appear but i obtain error message :
"The code assistant can only be activated after....."
some time code assistant doesn't work correctly with F6 in where clause.
i have something like :
select alias.col1, alias.col2, alias.col3, alias.col4
from table alias
where alias.
if i type f6 after the ".", the code assistant should appear but i obtain error message :
"The code assistant can only be activated after....."
Last edited: