parenthesis

mike

Member³
I have version 7.1.5.1398

I Put 2 SQL statements in the sql window kind of like this, but not really:


Code:
SELECT ('Y') FROM dual;

SELECT ('X') FROM dual;
I execute one. Now, when I try to highlight the parenthesis on the one I executed, the whole SQL statement is highlighted, but I cannot highlight the parenthesis. The only way to highlight the parenthesis is to execute the other SQL.

I would prefer if I did not have to do that.

Thanks,

Mike
 
This is indeed a known restriction. You can also type a space to clear the highlighting of the executed statement.
 
Back
Top