select *
from revision_userindex
where rev_comment like '%AFCH%'
and... |
6 years ago |
select rev_user_text, count(*)
from revision
where rev_comment like... |
6 years ago |
select rev_user_text, count(*)
from revision_timeindex
where rev_comment... |
6 years ago |
select rev_user_text, count(*)
from revision_timestamp
where rev_comment... |
6 years ago |
select rev_user_text, count(*)
from revision_timestampindex
where... |
6 years ago |
select rev_user_text, count(*)
from revision_usertext_timestampindex
where... |
6 years ago |
select rev_user_text, count(*)
from revision_usertext_timestamp
where... |
6 years ago |