Query Run
SELECT b.* FROM actor a JOIN babel b ON a.actor_user = b.babel_user WHERE... 11 months ago
SELECT b.* FROM actor a JOIN babel b ON a.actor_user = b.babel_user WHERE... 11 months ago
SELECT count(DISTINCT b.babel_user) FROM actor a JOIN babel b ON... 11 months ago
SELECT count(*) FROM actor a JOIN babel b ON a.actor_user = b.babel_user; 11 months ago
SELECT count(*) FROM actor a ON r.rev_actor = a.actor_id JOIN babel b ON... 11 months ago
SELECT COUNT(r.rev_page) AS translation_count FROM revision r JOIN... 11 months ago