All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
;
Avoid improperly placed semi-colon at the end of statements as they make code harder to read.
SELECT a FROM foo ;
SELECT b FROM bar ;
SELECT a FROM foo;