6 lines
70 B
SQL
6 lines
70 B
SQL
SELECT
|
|
Count(0)
|
|
FROM
|
|
[PageRevision] as PR
|
|
WHERE
|
|
PR.PageId = @PageId |