Hacker News new | ask | show | jobs
by robert_tweed 2406 days ago
Personally I find that one easier to read and tend to write e.g.:

  WHERE foo
  AND   bar
Or with long, complex ones:

  WHERE
      foo
  AND
      bar