select count(*) as edits
from revision_userindex
where rev_page = 12067
and... |
6 years ago |
select rev_user_text, count(*) as edits
from revision_userindex
where... |
6 years ago |
select rev_user_text, count(*) as edits
from revision_userindex
where... |
6 years ago |
select *
from revision_userindex
where rev_page = 12067
and rev_timestamp... |
6 years ago |
select *
from `user`
limit 100; |
6 years ago |