SELECT MAX(cnt), AVG(cnt) from (
select COUNT(*) as CNT, iw.iwl_from
... |
1 year ago |
select iw.*
from iwlinks iw, page t
where iw.iwl_from = t.page_id AND... |
1 year ago |
select iw.*
from iwlinks iw, page t
where iw.iwl_from = t.page_id AND... |
1 year ago |
select iw.*
from iwlinks iw, page t
where iw.iwl_from = t.page_id AND... |
1 year ago |
select iw.*
from interwiki iw, page t
where iw.iwl_from = t.page_id... |
1 year ago |
select iw.*
from interwiki iw, page t
where iw.ll_from = t.page_id AND... |
1 year ago |