Roeland
Member³
Hi,
when you select a region with the ALT-key and the mouse, and then past it, the first row is appended to the end of the second row.
Example:
When you select only the inner block, copy and paste it in a NEW SQL window you get the following
What is strange, is when you paste it again, it looks allright?
It definitly have something to do about that NEW sql window.
when you select a region with the ALT-key and the mouse, and then past it, the first row is appended to the end of the second row.
Example:
Code:
select *
from
(select 1
from dual)
Code:
*Empty line*
from dualselect 1
It definitly have something to do about that NEW sql window.