USE commonswiki_p;
SELECT img_user_text, count(*) as tot
FROM page
INNER... |
7 years ago |
USE commonswiki_p;
SELECT img_user_text, count(*) as tot
FROM page
INNER... |
7 years ago |
USE commonswiki_p;
SELECT count(*) as tot
FROM page
INNER JOIN image ON... |
7 years ago |
USE commonswiki_p;
SELECT concat("user:",img_user_text), count(*) as... |
7 years ago |