I have an addition question. Is is possible to increment a value in an update statement? If so how would the sql statement be written?

For example
Table addition with the following columns
unique_id, count

I want something like the following
UPDATE addition SET count = count + 1 WHERE unique_id = 1;

Any help would be greatly appreciated.

Thanks in advance

--
Software Engineer
[EMAIL PROTECTED]
301.286.7951

Reply via email to