USE enwiki_p;
SELECT
page_id,
page_title,
old_text AS content,
... |
3 months ago |
USE enwiki;
SELECT
page_id,
page_title,
old_text AS content,
... |
3 months ago |
USE enwiki;
SELECT
page_id,
page_title,
old_text AS content,
... |
3 months ago |
USE enwiki_p;
SELECT
page_id,
page_title,
old_text AS content,
... |
3 months ago |
USE enwiki_p;
select substr(rev_timestamp,1,8) as dated,... |
3 months ago |
USE tewiki_p;
select substr(rev_timestamp,1,8) as dated,... |
3 months ago |
SELECT
page_id,
page_title,
old_text AS content,
... |
3 months ago |