All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Keywords should not be used as identifiers.
In this example, SUM function is used as an alias.
SELECT sum.a FROM foo AS sum
Avoid keywords as the name of an alias.
SELECT vee.a FROM foo AS vee