use elwiki_p;
select * from watchlist_count where wl_namespace=0; |
8 years ago |
use elwiki_p;
select * from watchlist_count where wl_namespace=0 and watchers>40; |
8 years ago |
use elwiki_p;
select * from watchlist_count where wl_namespace=0 and watchers<31; |
8 years ago |
use cswiki_p;
select * from watchlist_count where wl_namespace=0 and watchers<31; |
8 years ago |