Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. SQL Server
  3. Question
SQL Server

How To Resolve This “Invalid Column Name” Error?

Asked by Aashish Chaursiya Aug 4, 2023 1.0K views 1 answer
Share

About this question

 I am attempting to run an UPDATE query like the one given below:

UPDATE [TILL].[dbo].[appParameters] SET [TILL].[dbo].[appParameters].[ParameterValue

When the field [parameter name] refers to the value “StaffTablesRefresged”, then create the value of [parameterValue] to 1. On executing, SQL server gives the error as invalid column name “stafftablesrefreshed”. [parametername] and [parametervalue] are nvarcgar 255/ Is there something being unnoticed?

Your answer

1 Answer

More SQL Server discussions

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.

Latest SQL Server Blogs

Guides, tips and career advice on SQL Server from JanBask experts.