Issue in updating data in SQL need help

Trying to update data in a cell but getting error see my blocks and help me

And error msg


I also tried to find solutions in community and got a thread but that could not solve my problems plz help anyone

Views and slno column is integer you can directly pass without ‘’ and column name with `` backticks.
UPDATE CJcorp SET Views =1 WHERE Sl. No. = 2.
Backticks because your column name contains space sl. No.

use reasonakle column names without spaces or dots…
probably it will work, if you put that column name in double quotes…
Unbenannt

Taifun

Use deephost extension for db

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.