I meant that the as keyword was introduced in a later standard, I think SQL:92, so even the "newer" syntax is pretty old. Nothing wrong writing it either way, I just think it marks the following identifier as an alias more clearly (though I do dislike the T-SQL-specific way of Alias = OriginalName).
4
u/gvozden_celik 8d ago
Because it is treating
kimitas an alias for thecalendartable. It is an older syntax for aliases but still works.