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

Code Inspection: Unresolved reference

Last modified: 13 May 2022

Reports unresolved SQL references.

Example (MySQL):

The users.id column is unresolved because the users table is missing in the FROM clause.