use commonswiki_p;
select SUBSTRING_INDEX(SUBSTRING_INDEX(page_title, '.',... |
1 month ago |
use commonswiki_p;
#select SUBSTRING_INDEX(SUBSTRING_INDEX(page_title, '.',... |
1 month ago |
use commonswiki_p;
#select SUBSTRING_INDEX(SUBSTRING_INDEX(page_title, '.',... |
1 month ago |
use commonswiki_p;
select SUBSTRING_INDEX(SUBSTRING_INDEX(page_title, '.',... |
1 month ago |
use commonswiki_p;
select SUBSTRING_INDEX(SUBSTRING_INDEX(page_title, '.',... |
1 month ago |
use commonswiki_p;
select SUBSTRING_INDEX(SUBSTRING_INDEX(page_title, '.',... |
1 month ago |
use commonswiki_p;
select SUBSTRING_INDEX(SUBSTRING_INDEX(page_title, '.',... |
1 month ago |
use commonswiki_p;
select page_title,... |
1 month ago |
use commonswiki_p;
select page_title,... |
1 month ago |
use commonswiki_p;
select page_title,... |
1 month ago |
use commonswiki_p;
select page_title, SUBSTRING_INDEX(page_title , '.', 3)... |
1 month ago |
use commonswiki_p;
select SUBSTRING_INDEX(page_title , '.', 3) as lang,... |
1 month ago |
use commonswiki_p;
select substring(page_title , instr(page_title, '.'),100)... |
1 month ago |
use commonswiki_p;
select left(page_title , instr(page_title, '.')) as lang,... |
1 month ago |
use commonswiki_p;
select left(page_title , CHARINDEX('.', page_title)) as... |
1 month ago |
use commonswiki_p;
select substring(page_title , LEN(page_title) -... |
1 month ago |
select substring(page_title , LEN(page_title) - CHARINDEX('.', page_title),... |
1 month ago |
select parsename(page_title, 2) as lang, count(*) as num
from page
where... |
1 month ago |
select sub, num, length(sub) as len from (
select RIGHT(page_title,... |
1 month ago |