tora icon indicating copy to clipboard operation
tora copied to clipboard

executing a partial selected command on a line executes complete line

Open leeuwke opened this issue 9 years ago • 0 comments

select * from dual where 1=2

when you select in the above line the text "select * from dual" and execute it, it will give no results so actually the complete line is selected for execution

while select * from dual where 1=2

select only the first line (select * from dual) it will give a result

leeuwke avatar Apr 22 '16 06:04 leeuwke