I need a join that yields three fields with the same name from two different tables. When I try to run my sql query, VS gives me the following error.
In the SQL Standards, the vernacular 'table alias' is referred to as a correlation name and the vernacular 'column alias' is referred to as an as clause. It seems you have the two terms confused.
correlation name
as clause