Tim Rushing
Member
I'm trying to do something like this
SUBSTR(err_descr,1,INSTR(err_descr,'('))
in an SQL window. Unfortunately, Developer is seeing the '(' as another open parenthesis and from this statement on, every time I type a comma it is giving me the drop-down list choice items for the SUBSTR function. I could live with that, but as I get further and further away from this, it is taking it longer and longer to parse the code and mistakenly think there is an unclosed parenthesis.
SUBSTR(err_descr,1,INSTR(err_descr,'('))
in an SQL window. Unfortunately, Developer is seeing the '(' as another open parenthesis and from this statement on, every time I type a comma it is giving me the drop-down list choice items for the SUBSTR function. I could live with that, but as I get further and further away from this, it is taking it longer and longer to parse the code and mistakenly think there is an unclosed parenthesis.