3 lines
50 B
MySQL
3 lines
50 B
MySQL
|
UPDATE pages
|
||
|
SET commentCount = commentCount + 1;
|