Skip to main content

Module al_005

Module al_005 

Source
Expand description

LINT_AL_005: Unused table alias.

A table is aliased in a FROM/JOIN clause but the alias is never referenced anywhere in the query. This may indicate dead code or a copy-paste error.

Structsยง

UnusedTableAlias