use enwiki_p;
select rev_page, count(*) as rev_geotag_count
from... |
7 years ago |
use enwiki_p;
select * from revision where rev_comment LIKE "%geotag%" limit 10; |
7 years ago |
use enwiki_p;
select * from revision where rev_comment LIKE "%geo%tag%" limit 10; |
7 years ago |
use enwiki_p;
select * from revision limit 10; |
7 years ago |
use enwiki_p;
select * from updates limit 10; |
7 years ago |
use enwiki_p;
select * from change_tag limit 10; |
7 years ago |