Query Run
select cl_from, GROUP_CONCAT(page_id) from categorylinks, page where cl_to =... 5 years ago
select cl_from, GROUP_CONCAT(page_id) from categorylinks, page where cl_to =... 5 years ago
select cl_from, GROUP_CONCAT(cl_to) from categorylinks group by cl_from limit 10 5 years ago
select cl_from, GROUP_CONCAT(cl_to) from categorylinks limit 10 group by cl_from 5 years ago
select cl_from, cl_to from categorylinks limit 10 group by (cl_from) 5 years ago
select cl_from, cl_to from categorylinks limit 10 group by cl_from 5 years ago
select cl_from, cl_to from categorylinks limit 10 5 years ago
select * from categorylinks where cl_to = 'Wikipedia_downloads' limit 10 5 years ago
select * from categorylinks where cl_to like 'Wikipedia_dow%' limit 10 5 years ago
select * from categorylinks where cl_to like 'Wikipedia_do%' limit 10 5 years ago
select * from categorylinks where cl_to like 'Wikipedia_%' limit 10 5 years ago
select * from categorylinks where cl_to like 'Wikipedia_*' limit 10 5 years ago
select * from categorylinks limit 10 5 years ago