select * from enwiki_p.revision_userindex r
where r.rev_user = 24 limit 1; |
7 years ago |
select * from enwiki_p.revision_userindex r
where r.rev_user = 24; |
7 years ago |
select u.user_id, count(r.rev_timestamp) as teahouse_count, r.rev_user_text... |
7 years ago |