select lt_title, count(tl_from)
from templatelinks
inner join linktarget on... |
2 years ago |
select count(tl_from)
from templatelinks
inner join linktarget on... |
2 years ago |
SELECT count(tl_from)
from templatelinks
inner join linktarget on... |
2 years ago |
SELECT count(tl_from)
FROM templatelinks
WHERE lt_title IN ("Cite_MulliƩ",... |
2 years ago |