7 lines
71 B
SQL
7 lines
71 B
SQL
SELECT
|
|
Count(0) as Attachments
|
|
FROM
|
|
PageFile
|
|
WHERE
|
|
PageId = @PageId
|