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

Code Inspection: Column is shadowed by alias

Last modified: 13 May 2022

Reports SELECT aliases with names that match column names in the FROM clause.

Example (MySQL):

The a column uses the b alias but the b name is also used by the column from the foo table.