Files
ZelWiki/ZelWiki.Repository/Scripts/DeletePageCommentByUserAndId.sql
2025-02-20 15:20:28 +08:00

8 lines
93 B
SQL

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