Backmerge - fix grouping problem in bq#1276
Conversation
|
Future reference on SQL formatting styles (this should probably go into a style guide somewhere) to make the code readable: This was the format in the PR: Should be formatted as so (overall indent should be applied based on where this appears in the outer query, but i'm intenting from column 0 to demonstrate): Specific rules are: SELECT - FROM - JOIN - WHERE - GROUP BY - ORDER BY should all be at the same indentation level. Example: I hope this is clear, if there are any questions, please don't hesitate to ask. |
fixes #1267