Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Feature Request:Context menu option to copy Column Header and Data

Sanal Krishnan NarayananAug 26 2020 — edited Sep 22 2020

It would be nice if the user , after  querying a table/view, had the ability to then select multiple cells, and copy the column name and the data , and paste it in the editor with the appropriate syntax

col_hdr1 in('a','b','c') and col_hdr2 in(3,4,6) and col_hdr3 in (TO_DATE('26-AUG-2020 11:23:33 AM','DD-MON-YYYY HH:MI:SS AM'))

Currently we have to type the column name, and copy the data , and then wrap them around brackets , add commas, add quotes around varchars etc.

Regards

Comments
Post Details
Added on Aug 26 2020
14 comments
495 views