Query | Run |
---|---|
USE `commonswiki_p`; SELECT `user_name` FROM `user` /* there are very few... | 9 years ago |
SELECT `user_name` FROM `user` /* there are very few users with > 1000... | 9 years ago |
SELECT... | 9 years ago |
USE `commonswiki_p`; SELECT `user_id`,... | 9 years ago |
use `commonswiki_p`; SELECT count(*) FROM `user` WHERE user_editcount > 1000; | 9 years ago |