Menu

#66 should be able to duplicate rows

open
None
5
2010-07-07
2010-05-14
hemant jain
No

Hi,

I am using SQL Explorer from past few days. hats off to you guys for creating such a great plugin.
I have one suggestion. Most of the time we need to insert same data with just some changes in the PK it will be gr8 if we can just duplicate rows just by right clicking the result and duplicate rows ( one which is present in TOAD with edit command ).
I have some experience in JAVA and if you can advice I would happy to help in develop of these feature.

Thanks & Regards,
Hemant

Discussion

  • Heiko Hilbert

    Heiko Hilbert - 2010-07-07

    What you need is a table data eitor. In SQl-Explorer we have 'only' result sets based on any query which can base on multiple table or a call to a system function like show tables. Thats why we can't generate an insert statement form such a result set.
    This requires a speciial editor which is based on one table.
    As a more simple solution we could check the statement if it is based on only one table. I will put it on my list.

     
  • Heiko Hilbert

    Heiko Hilbert - 2010-07-07
    • assigned_to: nobody --> hhilbert
     

Log in to post a comment.