use knwiki_p;
select user_name from user where user_editcount > 1000 and... |
7 years ago |
use knwiki_p;
select user_name from user where user_editcount > 1000; |
7 years ago |
show databases like '%wikidata%'; |
7 years ago |
use knwiki_p;
select user_name from user where user_editcount > 1000; |
7 years ago |