Copying Columns from Grid to Clipboard in SQL Developer
- by thatjeffsmith
There are several ways to get data from a query or a table|view to the clipboard. You know the tried and true, copy and paste. But what if you only want one or more columns, not every column? There are several ways to do this, let’s see if we can’t identify all of them.
Write your query to only include the data you want
Obvious? Yes. Needed to be…