Expand description
LINT_AL_003: Implicit column alias.
Computed expressions in SELECT without an explicit AS alias produce implementation-dependent column names. Always give computed columns an explicit alias for clarity and portability.
LINT_AL_003: Implicit column alias.
Computed expressions in SELECT without an explicit AS alias produce implementation-dependent column names. Always give computed columns an explicit alias for clarity and portability.