select * from page p, redirect r
where p.page_is_redirect = 1 and r.rd_from... |
1 year ago |
select * from page p, redirect r where p.page_is_redirect = 1 and r.rd_from... |
1 year ago |
select * from page p, redirect r where p.page_id_redirect = true and... |
1 year ago |
select count(*) from (select rd_namespace, rd_title, count(*) as cnt from... |
1 year ago |
select count(*) from (select rd_namespace, rd_title, count(*) as cnt from... |
1 year ago |
select count(*) from (select rd_namespace, rd_title, count(*) as cnt from... |
1 year ago |
select count(*) from select rd_namespace, rd_title, count(*) as cnt from... |
1 year ago |
select count(*) from {select rd_namespace, rd_title, count(*) as cnt from... |
1 year ago |
select rd_namespace, rd_title, count(*) as cnt from redirect group by... |
1 year ago |
select rd_namespace, rd_title, count(*) as cnt from redirect group by... |
1 year ago |
select count distinct rd_namespace, rd_title from redirect; |
1 year ago |
select count(distinct(rd_namespace, rd_title)) from redirect; |
1 year ago |
select rd_title, count(*) as cnt from redirect group by rd_title order by... |
1 year ago |
select rd_from, count(*) as cnt from redirect group by rd_from order by cnt... |
1 year ago |
select rd_from, count(*) as cnt from redirect group by rd_grom order by cnt... |
1 year ago |
select COUNT(*) from page where page_is_redirect = 1; |
1 year ago |
select COUNT(*) from page where page_is_redirect = 1; |
1 year ago |