When using table alias names in Select and Update statements, Code Insight shows column names for the correct table. However, when an alias name is switch from one table name is switched to another table name and used in a Delete statement, then the Code Insight drop down still shows the column names of the table previously assigned to the alias name. Hence Code Insight does not show column names of the correct table.
WORKAROUND:
None