• It doesn't seem to handle tab indents very well. The indents below are all over the place, even though they are all a single tab character.

    I think it would be easier to read with a non-proportional font for the display, since that is usually the way we usually see it in a code editor.

    select

    *

    from

    Mytable

    where

    MyColumn1 in (1,2)

    order by

    MyColumn33