7 lines
71 B
SQL
7 lines
71 B
SQL
DELETE FROM
|
|
PageComment
|
|
WHERE
|
|
PageId = @PageId
|
|
AND Id = @CommentId
|
|
|