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 0 reply threads
  • Author
    Posts
    • #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 0 reply threads
  • You must be logged in to reply to this topic.