Files
ZelWiki/TightWiki.Repository/Scripts/DeletePageCommentByUserAndId.sql
2025-01-22 23:31:03 +08:00

8 lines
93 B
SQL

DELETE FROM
PageComment
WHERE
PageId = @PageId
AND UserId = @UserId
AND Id = @CommentId