Quick question: in a SQL query, I am seeing this:
-----
FROM [view Jobs] j
JOIN [view Job Charges] jc
-------
Are "j" and "jc" aliases? Is this how you alias a column? I assumed you have to use the "AS" operator.
Quick question: in a SQL query, I am seeing this:
-----
FROM [view Jobs] j
JOIN [view Job Charges] jc
-------
Are "j" and "jc" aliases? Is this how you alias a column? I assumed you have to use the "AS" operator.