Why not to use SELECT statement to get the current value and then UPDATE to update the counter: CREATE TABLE counters ( id INT NOT NULL UNIQUE, -- multiple ...
確定! 回上一頁