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

feature request – sql formatter

forums forums SQLyog SQLyog: Bugs / Feature Requests feature request – sql formatter

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8739
      berserkk
      Member

      feature request: a SQL “tidy” feature that will format existing sql

      e.g.

      Change:

      Code:
      select t1.data, t2.data from table1 as t1, table 2 as t2 where t1.id=t2.id and   t1 = 1

      to

      Code:
      select
               t1.data,
               t2.data
      from
               table1 as t1,
               table 2 as t2
      where
               t1.id=t2.id
        and  t1 = 1
    • #16831
      Ritesh
      Member

      Thanks for your suggestion.

      I have forwarded it to my development team. Lot of SQL editor improvments are in the TO-DO list of SQLyog v4.2. 😀

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