Feature req. - Duplicate Row

Many of my users that I have managed to switch from TOAD to PLS, complains about one thing:
In TOAD there is an option to "Duplicate Row", which copy the selected row and insert it in the table.
The new row is highligheted, and you are able to edit the row.
I can see the use of this, since some of our tables have hundreds of columns.
This is an easy way create a "similar" row easily.
Could this be added?
 
I am using this metod:

In select list of select statement add "rowid" execute query, then click on icon "Edit data", then with mouse select one or more rows, copy, go to the end of returned rows (or add new rows as much as you selected witin cursor position) click on empty row in the first column, select empty row, paste, now you can edit rows even in Sigle row view if you like.
 
Yes, that is one solution, but not what I requested.
My users would like a single click option like TOAD, not a "several steps" solution.
 
Last edited:
Back
Top