use commonswiki_p;
SELECT concat('File:', page_title), rev_actor,... |
4 years ago |
use commonswiki_p;
SELECT rev_page, rev_actor
from revision
WHERE... |
4 years ago |
use commonswiki_p;
SELECT rev_page, rev_actor
from revision
WHERE
and... |
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 |