WITH base AS (
SELECT
YEAR(rev_timestamp) AS year,
user_name,
... |
1 month ago |
WITH base AS (
SELECT
user_name,
COUNT(rev_id) AS edits_count
... |
1 month ago |
WITH base AS (
SELECT
COUNT(rev_id) AS edits_count,
user_name
... |
1 month ago |
WITH base AS (
SELECT
COUNT(rev_id) AS revision_count,
user_name
... |
1 month ago |
WITH base AS (
SELECT
COUNT(rev_id) AS n_revs,
user_name
FROM
... |
1 month ago |
WITH base AS (
SELECT
COUNT(rev_id) AS n_revs,
user_name
FROM
... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT YEAR(rev_timestamp) AS year,user_name, COUNT(DISTINCT rev_actor) AS... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id)
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id)
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id)
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id)
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id)
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id)
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, COUNT(rev_id)
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, actor_name,... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, user_id
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, user_id
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, user_id
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year,user_name, user_id
FROM... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp) AS year ,rev_id
FROM revision
WHERE... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp),rev_id
FROM revision
WHERE... |
1 month ago |
SELECT DISTINCT YEAR(rev_timestamp),rev_actor
FROM revision
WHERE... |
1 month ago |
SELECT DISTINCT user.user_name,
revision.rev_timestamp,
FROM... |
1 month ago |
SELECT DISTINCT user.user_name,
revision.rev_timestamp,
FROM... |
1 month ago |