Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Squirrel, how can I duplicate a row?

Tags:

squirrel-sql

In a tool like SQL Developer, I can right click on a row and select duplicate to get a copy of row, edit it, and commit it. How can I do this in Squirrel? I don't even see how to add a new row in the Content view.

like image 931
Cincinnati Joe Avatar asked Oct 10 '11 12:10

Cincinnati Joe


Video Answer


1 Answers

Found a way to insert rows, though not duplicate. In the Content view, right-click and choose "Make editable" (I thought this just applied to the selected row). Right-click again and now there is an "Insert Row" option. A popup appears for entering the values for each field of the new row.

like image 154
Cincinnati Joe Avatar answered Sep 28 '22 12:09

Cincinnati Joe