While typing in a select statement, I am presented with my list of tables and I can select it, but if the table name is a key work and must be escaped, it does not does so. If I type it in escaped, the intellisense does not see column names later, presumably because it does not understand the escaped table name.
I have the same issue with a column name that is a keyword.
I have a table named Order and in a different table, I have a column named Key. Both of these seem to cause Sql Prompt issues.
Cort
I have the same issue with a column name that is a keyword.
I have a table named Order and in a different table, I have a column named Key. Both of these seem to cause Sql Prompt issues.
Cort