All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Table aliases should be unique within each clause. It is recommended to name the aliases differently.
SELECT name as foo, id as foo FROM table;
SELECT name as foo, id as bar FROM table;