1

How can I add a number to an INTEGER column?

Like UPDATE tbl SET col +? WHERE id = ?

where the first ? is the number which I want to add

Is it possible?

4

1 に答える 1