SQL

SQL

Made by DeepSource

Undefined reference detected SQL-L026

Bug risk
Major

References cannot reference objects not present in FROM clause. It is recommended to remove the reference.

Bad practice

SELECT
    vee.a
FROM foo

Recommended

SELECT
    a
FROM foo