Query Run
select * from redirect where rd_namespace=0 and rd_title like "%|%"; 2 years ago
select * from redirect where rd_namespace=0 and rd_title like "%!%"; 2 years ago
select * from redirect where rd_namespace=0 and rd_title like "!%"; 2 years ago
select * from redirect where rd_namespace=0 limit 5; 2 years ago
select * from redirect where rd_namespace=0 and rd_title like "%|%"; 2 years ago
select * from redirect where rd_namespace=0 and rd_title contains "|"; 2 years ago
select * from redirect where rd_namespace=0 and rd_title contains "|!; 2 years ago
select * from redirect where rd_namespace=0 and "|" in rd_title; 2 years ago