Copy without header includes blank line

SunDog

Member²
SELECT 1 col FROM dual returns:

COL
---
1

If I put the cursor in the "1" cell, right-click and select "Copy", then paste it, the header is copied but as a blank line:

===Start====

1
====End=====

It should be:

===Start====
1
====End=====
 
but there is now a header (so also 2 rows), should'nt be it only the marked row itself as
written in menu (Copy to Excel vs. Copy with header)?
 
The "Copy to Excel" and "Copy with Header" functions always include the header.

The "Copy" function does not include the header.
 
Back
Top