I have version 7.1.5.1398
I Put 2 SQL statements in the sql window kind of like this, but not really:
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
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 would prefer if I did not have to do that.
Thanks,
Mike