DataGrip
 
Get DataGrip
You are viewing the documentation for an earlier version of DataGrip.

Code Inspection: Redundant alias expressions

Last modified: 13 May 2022

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.