Hacker News new | ask | show | jobs
by emayljames 487 days ago
SELECT a

       , b

       , c
 
  FROM ...
is the same as:

SELECT a, b, c FROM ...

1 comments

I updated my comment... On the first try the code-formatter here played some tricks with me.

The line before the Code has to be empty to get correct formatting.