Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

SELECT a

       , b

       , c
 
  FROM ...
is the same as:

SELECT a, b, c FROM ...



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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: