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

7 lines
71 B
SQL

SELECT
Count(0) as Attachments
FROM
PageFile
WHERE
PageId = @PageId