Right-click to copy column headers
I would love to be able to right-click on the column headers in a result set and "Copy Column Headers", say to a comma-delimited string. I found this super-useful back in my days using MySQL Query Browser especially when writing INSERT INTO code.
1
vote

There is the ‘Copy with Headers’ feature.
Also, there is the ‘Generate Script As’ feature with the help of which you can generate the INSERT statement.