select count(distinct weekday(ipb_expiry)) from enwiki_p.ipblocks where not... |
1 year ago |
select count(weekday(ipb_expiry)) from enwiki_p.ipblocks where not... |
1 year ago |
select weekday(ipb_expiry) from enwiki_p.ipblocks where not... |
1 year ago |
select ipb_expiry from enwiki_p.ipblocks where not ipb_expiry="infinity" limit 5 |
1 year ago |
select ipb_expiry from enwiki_p.ipblocks limit 5 where not ipb_expiry="infinity" |
1 year ago |
select ipb_expiry from enwiki_p.ipblocks limit 5 where not ipb_expiry = "infinity"; |
1 year ago |
select ipb_expiry from enwiki_p.ipblocks limit 5 where ipb_expiry != "infinity"; |
1 year ago |
select ipb_expiry from enwiki_p.ipblocks limit 5; |
1 year ago |
select weekday(ipb_expiry) from enwiki_p.ipblocks limit 5; |
1 year ago |
select count(rd_title) from enwiki_p.redirect; |
1 year ago |
select count(rd_title) from enwiki.redirect; |
1 year ago |
select count(rd_title) from enwiktionary_p.redirect |
1 year ago |
select count(rd_title) from redirect |
1 year ago |
select count(redirect_title) from redirect |
1 year ago |
select count(REDIRECT) from redirect |
1 year ago |
select count (REDIRECT) from enwiktionary_p.redirect |
1 year ago |