8 lines
93 B
SQL
8 lines
93 B
SQL
DELETE FROM
|
|
PageComment
|
|
WHERE
|
|
PageId = @PageId
|
|
AND UserId = @UserId
|
|
AND Id = @CommentId
|
|
|