select
pl_title as title,
count(*) as refcount
from
pagelinks
where
... |
4 years ago |
select
pl_title as title,
count(*) as refcount
from
pagelinks
where
... |
4 years ago |
SELECT
COUNT(*) as refcount
FROM
pagelinks
WHERE
pl_from_namespace = 0... |
4 years ago |