Hi,
I am using version 7.1.5.1396 and encounter the following situation in SQL Window, when "AutoSelect statement" is checked:
With these two select statements:
select 1 from dual where 1=1;--a
select 1 from dual where 1=0;
The first one returns 1, as it should, but the second one returns...