Search code examples
sqldatabasesql-query-store

Adding columns to the table in SQL


I am adding columns to the table by right clicking on the table -> select Design -> I am adding columns here.

I have successfully executed this code.

But I am still getting invalid column error for those 2 newly added columns. What must be an issue? Any help?


Solution

  • Refresh cache will solve this issue