how to increase a value by one
how to increase a value by one
(OP)
hallo,
I have a table where in one column there are int values. I would like (given the ID of the row) to increase the value by one. Is this possible with one Stored Procedure ? Or do I have to select it, add one, and then update ?
thanks
I have a table where in one column there are int values. I would like (given the ID of the row) to increase the value by one. Is this possible with one Stored Procedure ? Or do I have to select it, add one, and then update ?
thanks
RE: how to increase a value by one