Bug Report - AutoSelect Statement

hbar

Member²
if you have 2 queries in one window like below, and have the cursor on the blank line between the two statements, or immediately before the 2nd select, PL/SQL Developer 5.1.4.728 will not auto select the statement. Instead, it throws an ORA-00911: invalid character.

select * from emp;

select * from dept;
 
Back
Top