I have a table:
CREATE TABLE COUNTER (ID VARCHAR(256), VALUE INT)
where ID is the primary key.
I want to implement a mechanism for inc