SELECT drs.month, drs.num, other.num, drs.num/other.num*100
FROM (
... |
4 years ago |
SELECT s.month, drs.num, other.num, drs.num/other.num*100
FROM (
SELECT... |
4 years ago |
SELECT s.month, drs.num, other.num, drs.num/other.num*100
FROM (
SELECT... |
4 years ago |
SELECT s.month, drs.num, other.num, drs.num/other.num*100
FROM (
SELECT... |
4 years ago |
SELECT s.month, drs.num, other.num, drs.num/other.num*100
FROM (
SELECT... |
4 years ago |
USE commonswiki_p;
SELECT s.month, drs.num, other.num,... |
4 years ago |
USE commonswiki_p;
WITH s AS (
SELECT LEFT(rev_timestamp, 6) as `month`,... |
4 years ago |
USE commonswiki_p;
WITH s AS (
SELECT LEFT(rev_timestamp, 6) as `month`,... |
4 years ago |
USE commonswiki_p;
WITH s AS (
SELECT LEFT(rev_timestamp, 6) as `month`,... |
4 years ago |
USE commonswiki_p;
WITH s AS (
SELECT LEFT(rev_timestamp, 6) as month,... |
4 years ago |
USE commonswiki_p;
SELECT LEFT(rev_timestamp, 6) as month, page_title LIKE... |
4 years ago |