Activity overview
Latest activity by Gooser
Uh, sorry about the syntax error. My bad, that was pseudo-code anyways.
Regardless, it started working all-of-a-sudden. Don't know why it didn't before that, don't know why it does now.
I am glad it does though. [image] / comments
Uh, sorry about the syntax error. My bad, that was pseudo-code anyways.
Regardless, it started working all-of-a-sudden. Don't know why it didn't before that, don't know why it does now.
I am glad...
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...