Query Run
use ukwiki_p; select convert (r.rev_user_text using utf8) user, count(*)... 5 years ago
use ukwiki_p; select convert (r.rev_user_text using utf8), count(*) from... 5 years ago
use ukwiki_p; select top 10 convert (p.page_title to utf8), p.* from page... 5 years ago
use ukwiki_p; select top 10 convert (p.page_title as utf8), p.* from page... 5 years ago
use ukwiki_p; select top 10 convert (p.page_title as utf8), p.* from page... 5 years ago
use ukwiki_p; select top 10 convert (p.page_title as utf8), p.* from page... 5 years ago
use ukwiki_p; select top 10 convert (p.page_title, utf8), p.* from page... 5 years ago
use ukrwiki_p; select top 10 convert (p.page_title, utf8), p.* from page... 5 years ago
select count(*) from page p left join pagelinks pl on p.page_id = pl.pl_from... 7 years ago