How can we help you today? How can we help you today?

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] AS c
WHERE c.[CardReference]
FROM [dbo].[Customer] AS c

I'm currently using MS SQL Server Management Studio.
wrabadi
0

Comments

1 comment

  • KirstyBurgess
    Hello Wael,
    We're already aware of this one but it's always useful to have examples. Thanks for posting this one.
    KirstyBurgess
    0

Add comment

Please sign in to leave a comment.