This is odd. Generally the aliasing of tables works fine. But it happens that the very first one I tried is the only one that I can make break consistently:
SELECT * FROM Asset w
Where the heck did that "w" come from? Every other table I've tried works fine -- it doesn't seem to matter whether I type upper or lower case, whether the table has multiple words or just one, nor how long the table name is. It's just that one particular name that's funny.
Where the heck did that "w" come from? Every other table I've tried works fine -- it doesn't seem to matter whether I type upper or lower case, whether the table has multiple words or just one, nor how long the table name is. It's just that one particular name that's funny.