select count(distinct page_id)
from externallinks join page on el_from =... |
4 weeks ago |
select count(distinct page_id)
from externallinks join page on el_from =... |
4 weeks ago |
select count(*)
from externallinks join page on el_from = page_id
where... |
4 weeks ago |
select count(*) from externallinks where el_to_domain_index like... |
4 weeks ago |