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