i added a new column to a table using the follwing:
ALTER TABLE Parit
ADD test nvarchar(50)
when then i try to refer to the table it shows the colmun but i get a red dotted line under the column name sayin invaild column name
i added a new column to a table using the follwing:
ALTER TABLE Parit
ADD test nvarchar(50)
when then i try to refer to the table it shows the colmun but i get a red dotted line under the column name sayin invaild column name
This is not an error.
Just IntelliSense needs to be updated. You can update IntelliSense by pressing Ctrl + Shift + R