Query Run
USE enwiki_p; SELECT REPLACE(page_title, '_', ' ') AS title_cs, ... 2 years ago
USE cswiki_p; SELECT REPLACE(page_title, '_', ' ') AS title_cs, ... 2 years ago