Query Run
WITH base AS ( SELECT YEAR(rev_timestamp) AS year, user_name, ... 3 months ago
WITH base AS ( SELECT user_name, COUNT(rev_id) AS edits_count ... 3 months ago
WITH base AS ( SELECT COUNT(rev_id) AS edits_count, user_name ... 3 months ago
WITH base AS ( SELECT COUNT(rev_id) AS revision_count, user_name ... 3 months ago
WITH base AS ( SELECT COUNT(rev_id) AS n_revs, user_name FROM ... 3 months ago
WITH base AS ( SELECT COUNT(rev_id) AS n_revs, user_name FROM ... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id) FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id) FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id) FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id) FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id) FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id) FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id) FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, actor_name,... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, user_id FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, user_id FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, user_id FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, user_id FROM... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp) AS year ,rev_id FROM revision WHERE... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp),rev_id FROM revision WHERE... 3 months ago
SELECT DISTINCT YEAR(rev_timestamp),rev_actor FROM revision WHERE... 3 months ago
SELECT DISTINCT user.user_name, revision.rev_timestamp, FROM... 3 months ago
SELECT DISTINCT user.user_name, revision.rev_timestamp, FROM... 3 months ago