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