select count(il_to),il_from
from imagelinks
where il_from_namespace=0
fs |
4 years ago |
select count(il_to),il_from
from imagelinks
where il_from_namespace=0
group... |
4 years ago |
select count(il_to),il_from
from imagelinks
where il_from in... |
4 years ago |
select count(il_to)
from imagelinks
where il_from in... |
4 years ago |
select count(il_to)
from imagelinks
where il_from in... |
4 years ago |