select count(*)
from user where user_editcount > 100 and length(user_name) > 32 |
6 months ago |
select user_name
from user where user_editcount > 100 and length(user_name) > 32 |
6 months ago |
select count(*)
from user where user_editcount > 100 and length(user_name) > 32 |
6 months ago |
select user_name, length(user_name), user_editcount
from user where... |
6 months ago |
select user_name, length(user_name), user_editcount
from user where... |
6 months ago |
select count(*)
from user where user_editcount > 100 and length(user_name) > 32 |
6 months ago |
select user_name, length(user_name), user_editcount
from user where... |
6 months ago |
USE enwiki_p;
select user_name, length(user_name), user_editcount
from user... |
6 months ago |