Hi guys
I want to copy the output from query result window from SQL Developer to Microsoft word. I would like to keep it simple and appear like below.
Name
| Age
| Gender
|
---|
Anish | 30 | Male |
Tony | 31 | Male |
Benzo | 32 | Male |
Taking screenshot of the output window is one way but it is not always possible, if there are many rows in the query output. Running the SQL command as a script is one way but the output in the script output window is not beautiful. I was wondering if someone has found a simple and quick way to do this.
Regards,
Anish