use commonswiki_p;
SELECT FLOOR(rev_timestamp/1000000) AS Day, COUNT(*) AS... |
4 years ago |
use commonswiki_p;
SELECT FLOOR(rev_timestamp/1000000) AS Day,
... |
4 years ago |
use commonswiki_p;
SELECT DATEPART(DAY, rev_timestamp) AS Day,
... |
4 years ago |
use commonswiki_p;
SELECT concat('File:', rev_page), rev_len
from... |
4 years ago |
use commonswiki_p;
SELECT concat('File:', rev_page), rev_len
from... |
4 years ago |
use commonswiki_p;
SELECT concat('M', page_id), page_title, a1.actor_name #... |
4 years ago |