This is probably just an option that i haven't configured properly, but I was wondering how can I set the results grid for the SQL Window , so when i export or copy the data, it doesn't copy or export with the line number in the output ?
eg. if i have multi line output from select * from dba_objects where rownum < 10
and I copy paste or export to excel , my output looks like this
(line number column) OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID ....
where i'd prefer this :
OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID
Thanks,
David
eg. if i have multi line output from select * from dba_objects where rownum < 10
and I copy paste or export to excel , my output looks like this
(line number column) OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID ....
where i'd prefer this :
OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID
Thanks,
David