Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Wish-list feature

forums forums SQLyog SQLyog: Bugs / Feature Requests Wish-list feature

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8638
      adrien
      Member

      When a query result is returned, it would be great if the record could be selected there and then to be edited.

      When working with large tables, it is frequently necessary to find a record, then edit a field in it. So, you do a query to find it, then you have to either write straight SQL to edit it (which I am resorting to more and more often), or edit the table, which can take an age to even load the dialog (if it doesn't crash), then you need to find the record all over again.

      Being able to right-click a record, and edit it without clearing the results of the query would be great, like DBAdmin allows you to do. Then if you need to edit say the 5 records that are a result of a query, you can do it easily and quickly.

      Cheers

      Adrien

    • #16502
      Ritesh
      Member

      You can edit result returned by a query using Edit->Execute Query->Execute For Update… or by pressing F8 instead of F5. A Grid will come up with the result which you can update. This allows you to edit a Resultset having a complex WHERE clause or JOINS. SQLyog will generate the corresponding Insert/Update script to commit the changes.

      I guess this is what you are looking for.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.