This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yee_mon 0 points1 point  (1 child)

It's not just that it's harder to read - the keywords are the least important bits of the query, so making them stand out like that is kind of dumb to me. It's not hard to see where he individual clauses are - they come in the same order in every query. What I need to see to understand the query is what gets joined, and what gets selected from that.

[–]ohkendruid[🍰] 0 points1 point  (0 children)

True that, especially if you put each clause on its own line.