USE bnwiki;
SET @counter:=0;
SELECT... |
1 year ago |
USE bnwikibooks_p;
SELECT ug_user, count(*) as user_editcount,
... |
1 year ago |
USE bnwikibooks_p;
SELECT user_name, count(*) as total_edits,
... |
1 year ago |
SELECT user_name, count(*) as total_edits,
max(rev_timestamp) as... |
1 year ago |
SELECT user_name, count(*) as total_edits,
max(rev_timestamp) as... |
1 year ago |
SELECT user_name, count(*) as total_edits,
max(rev_timestamp) as... |
1 year ago |