treffynnon / sqlstyle.guide

A consistent code style guide for SQL to ensure legible and maintainable projects

Home Page:https://www.sqlstyle.guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reconsider JOIN Style

TREK-300 opened this issue · comments

I do not like your style in the JOIN area.
The goal of a JOIN Style is to fast recognize tables you use for joining and the ON conditions.

image