SELECT page_title
AS 'Redirect' FROM page
JOIN page_restrictions ON page_id... |
1 year ago |
SELECT
AS 'Redirect' FROM page
JOIN page_restrictions ON page_id =... |
1 year ago |
SELECT
FROM page
JOIN page_restrictions ON page_id = pr_page
WHERE pr_type =... |
1 year ago |
SELECT
JOIN page_restrictions ON page_id = pr_page
WHERE pr_type = 'edit'
... |
1 year ago |
blank query |
5 years ago |
use ruwiki_p;
SELECT page_title, (SELECT count(*) FROM templatelinks WHERE... |
5 years ago |
use ruwiki_p;
SELECT page_title, (SELECT count(*) FROM templatelinks WHERE... |
5 years ago |
use ruwiki_p;
select tl_title as "template", count(tl_from) as "count" from... |
5 years ago |
use hewiki_p;
select tl_title as "template", count(tl_from) as "count" from... |
5 years ago |