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

sorting question

forums forums SQLyog SQLyog: Bugs / Feature Requests sorting question

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #9103
      sdpippin
      Member

      Not sure if this is a bug or an enhancement request. If I run a query “select * from sys” I would like the ability to sort that result by clicking on the column headings. I am using the newest 4.1 beta but have the same problem with 4.0.

    • #18585
      peterlaursen
      Participant

      You can sort by clicking on column header in DATApane but not in RESULTpane

      However if you “SELECT * …. ” I don't see why you can't do it form DATApane ?

      Alternatively you can “Select * from sys ORDER BY column_name” to sort in RESULTpane.

    • #18586
      sdpippin
      Member

      Is there any way to have it sort off of the result pane. Sometimes I run 2-3 queries at once and would like the option of sorting after the results come up without having to rerun the query with an order by at the end. Also, is there any way to have a query open up in the data pane?

      Thanks,

    • #18587
      Ritesh
      Member

      This feature is in the TO-DO list but cant guarantee which version of SQLyog will have this feature.

      Quote:
      Also, is there any way to have a query open up in the data pane?

      I am not sure if I understood the problem! Can you explain a little more?

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