Posts
Sort by recent activity
reference to aliase table name returns all columns
Not a helpful feature. It would be helpful, however, if a narrowed list pops up after the user pressed the period button after an aliased table name.
Intellisense duplicates from clause
The intellisense looks up the appropriate column.
However, when you select the column in the where clause intellisense adds another From clause after the where clause.
SELECT *
FROM [dbo].[Customer...