USE enwiki_p;
SELECT tp.page_is_redirect, case when cl1.cl_to is not null... |
6 years ago |
use enwiki_p;
select page_is_redirect, count(*)
from page
where... |
6 years ago |
USE enwiki_p;
SELECT tp.page_is_redirect, case when cl1.cl_to is not null... |
6 years ago |
USE enwiki_p;
SELECT tp.*
FROM page tp
WHERE tp.page_namespace = 118
and... |
6 years ago |
USE enwiki_p;
SELECT tp.page_is_redirect, case when cl1.cl_to is not null... |
6 years ago |
USE enwiki_p;
SELECT tp.page_is_redirect, case when cl1.cl_to is not null... |
6 years ago |
USE enwiki_p;
SELECT tp.page_is_redirect, count(*)
FROM page tp
LEFT JOIN... |
6 years ago |
USE enwiki_p;
SELECT tp.page_is_redirect, count(*)
FROM page tp
LEFT JOIN... |
6 years ago |
USE enwiki_p;
SELECT tp.page_is_redirect, count(*)
FROM page tp
LEFT JOIN... |
6 years ago |
USE enwiki_p;
SELECT tp.page_is_redirect, count(*)
FROM page tp
LEFT JOIN... |
6 years ago |