Hi guys, i can't do a relative simple update query in access or sql server. My simple task is: adding 1 to the current value of a column.
I'm using this syntax:
UPDATE MyTable SET ColumnA = ColumnA + 1 WHERE MyPrimaryKey= 100
But it does't work.
Someone can help me ?
Thanks bye!