Query Run
use commonswiki_p; SELECT DISTINCT image.img_user FROM image, page ... 8 years ago
use commonswiki_p; SELECT DISTINCT count(image.img_user) FROM image,... 8 years ago
use commonswiki_p; SELECT count(image.img_user) FROM image, page ... 8 years ago
use commonswiki_p; SELECT DISTINCT count(img_user) FROM page, image ... 8 years ago
use enwiki_p; SELECT tl_namespace, tl_title, COUNT(*) AS transclusions ... 9 years ago
use enwiki_p; SELECT tl_title AS Template, count(tl_from) AS Transclusions ... 9 years ago
use enwiki_p; SELECT count(page.page_id) FROM page WHERE... 9 years ago