How to copy/paste an SQL along with the SQL output ?
Hello SQL Developer community,
Just because of nature of my day to day work quite often I need to document an output of an SQL along with the SQL itself.
Currently to archive it I:
-- Copy an SQL from "Worksheet" paste to external system
-- Click on the "Query Result" section
-- < Ctl +A >
-- copy / paste to external system
This method have several disadvantages including:
-a- Way too many steps and therefore slow
-b- The columns names are not copied
As this is is s something that I do often because of the nature of my work it stops me from using SQL Developer on day to day basis.
Can you please suggest if there is a better way of archiving my goal and be more efficient SQL Developer user :)
Yury