Query Run
select lower(CONVERT(page_title USING utf8)) as lowercased, count(*) as... 2 years ago
select lower(CONVERT(page_title USING utf8mb4)) as lowercased, count(*) as... 2 years ago
select lower(CONVERT(page_title USING utf8mb4)) as lowercased, count(*) as... 2 years ago
select lower(CONVERT(page_title USING utf8mb4)) from page where... 2 years ago
select lower(CONVERT(page_title USING uft8)) from page where... 2 years ago
select lower(page_title) from page where page_namespace=0 and page_title in... 2 years ago
select lower(page_title), count(*) as cnt from page where... 2 years ago
select lower(page_title), count(*) as cnt from page where page_namespace=0... 2 years ago
select page_title, count(*) as cnt from page where page_namespace=0 group by... 2 years ago
select page_title, count(*) as cnt from page where page_namespace=0 group by... 2 years ago
select page_title, count(*) as cnt from page where page_is_redirect=0 and... 2 years ago