Posts
Sort by recent activity
No Table Alias Resolution?
So far-so good with using it. Unfortunately, it doesn't resolve table aliases.
So, when I type:SELECT columnName
FROM tableName AS tn,
JOIN otherTable AS ot
ON tn.
It doesn't pop up...