USE ukwiki_p;
SELECT rev_user_text, count(1) as created
FROM page
JOIN... |
8 years ago |
USE ukwiki_p;
SELECT rev_user_text, count(1) as created
FROM page
JOIN... |
8 years ago |
USE ukwikibooks_p;
SELECT rev_user_text, count(1) as created
FROM... |
8 years ago |