Code Analysis

ST010

Use alias for all table sources

Aliases are designed to improve readability, not to save typing. 

You only need aliases where you are joining tables that, together with their schemas, have long names. 

For consistency, it is often best to use aliases for every SQL expression that involves more than one table source. 
There is no performance advantage to using aliases.

Available in

SQL Prompt

SQL Code Guard



Didn't find what you were looking for?