USE enwiki_p;
SELECT user_name, MAX(revision.rev_timestamp)
FROM... |
1 month ago |
USE enwiki_p;
DESCRIBE actor_revision |
1 month ago |
USE enwiki_p;
SELECT COUNT(*)
FROM revision
JOIN page
ON rev_page =... |
1 month ago |
USE enwiki_p;
SELECT
rev_user_text, COUNT(*)
FROM revision
JOIN page
ON... |
1 month ago |
USE enwiki_p;
SELECT user_name, user_editcount,... |
1 month ago |
USE enwiki_p;
SELECT user_name, user_editcount,... |
1 month ago |
USE enwiki_p;
DESCRIBE user; |
1 month ago |
USE enwiki_p;
SELECT * from user where user_id not in (select ug_user from... |
1 month ago |
USE enwiki_p;
SELECT * from user where user_id not in (select ug_user from... |
1 month ago |
USE bnwiki_p;
SELECT user_name, user_editcount from user where user_id not... |
1 month ago |