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

Sorting by column in Insert/Update (F11) view

forums forums SQLyog SQLyog: Bugs / Feature Requests Sorting by column in Insert/Update (F11) view

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8159
      Sigma3
      Member

      Boy, it sure would be nice to be able to do that… currently I can see NO way to have columns sorted AT ALL when looking at the Insert/Update grid, and that's a pretty big nuisance.

      If this CAN be done, please please please someone tell me, because otherwise I think I'll have to go looking for another product, and other than this I really like SQLyog!

    • #14875
      Ritesh
      Member

      You cannot SORT column in the Insert/Update window. This feature is planned for SQLyog Max.

      You can still get the same effect by executing a query for UPDATE.

      e.g. write a query like

      Code:
      select * from tablename order by col1

      and execute it by pressing F8 ( insert for update )

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