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

Insert/Update window

forums forums SQLyog Using SQLyog Insert/Update window

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #8317
      Morkai
      Member

      I have been using SqlYog for a few months now and I still love it over all the others, nothing else even comes close.

      That said I have one gripe which I hope is down to user idiocy 🙂 On the insert/update page, what is the default order by? Because I can never seem to see a correlation in the order that the rows are shown.

      It would be nice if we could sort by the column headers like you can in the normal view.

      Regards

      Victoria

    • #15446
      Ritesh
      Member

      “ORDER BY” feature in Insert/Updare window is planned for SQLyog Max. More information about SQLyog Max can be found at http://www.webyog.com/forums/index.php?act…ct=ST&f=2&t=472

    • #15447
      Morkai
      Member

      Oh that sounds just perfect (specially getting rid of modal dialogs although I workaround that by having multiple copies of the app open.)

      I shall await in anticipation and hope that I can pursuade the boss we need to upgrade 🙂

      Regards

      Victoria

    • #15448
      Ritesh
      Member

      In the current version of SQLyog, you can edit an ORDERED set of data by using “Execute For Update (F8)” option.

      e.g. execute a query like

      Code:
      select * from tablename order by column desc

      and press F8. It will bring up the Insert/Update window where you can update the data.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.