USE ruwiki_p;
SELECT
tl_title,
page_title
FROM templatelinks
inner join... |
6 years ago |
USE ruwiki_p;
SELECT
tl_title,
page_title
FROM templatelinks
inner join... |
6 years ago |
USE ruwiki_p;
SELECT
tl_title,
page_title
FROM templatelinks
inner join... |
6 years ago |
USE ruwiki_p;
SELECT
tl_title
FROM templatelinks
inner join page pg2 on... |
6 years ago |
USE ruwiki_p;
SELECT
tl_title,
case when pg2.page_id is null then 0 else... |
6 years ago |
USE ruwiki_p;
SELECT
tl_title,
case when pg2.page_id is null then 0 else... |
6 years ago |
USE ruwiki_p;
SELECT
tl_title,
count(*) as USE_COUNT
FROM... |
6 years ago |
USE ruwiki_p;
SELECT
tl_title,
count(*) as USE_COUNT
FROM... |
6 years ago |
USE ruwiki_p;
SELECT
tl_title,
pg2.page_title
FROM templatelinks
join... |
6 years ago |