Inspectopedia
 
2024.3

Redundant alias expressions

Warning
New
Last modified: 03 December 2024

Reports alias expressions that duplicate names of columns in tables and might be redundant.

Example (PostgreSQL):

The first two aliases use the same column names as in the foo table. They are considered redundant because they column names are identical.