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