Query Run
select * from category where cat_title like '%lakes%' limit 200; 7 years ago
select * from category where cat_title like '%lakes%' limit 200; 7 years ago
select * from category where cat_title like % and 'lakes' and % limit 200; 7 years ago
select * from category where cat_title like %'lakes'% limit 200; 7 years ago
select * from category where cat_title like '%lakes%' and '%cana%' limit 200; 7 years ago
select * from category where cat_title like '%lakes%' and '%switz%' limit 200; 7 years ago
select * from category where cat_title like '%lakes%' and '%switz%' limit 200; 7 years ago
select * from category where cat_title like '%Lists_of_lakes%' limit 200; 7 years ago
select * from category where cat_title like '%lake%' limit 200; 7 years ago
select * from category where cat_title like '%List_of_lake%' limit 200; 7 years ago
select * from category where cat_title like '%list_of_lake%' limit 200; 7 years ago
select * from category where cat_title like '%lake%'limit 200; 7 years ago
select * from category where cat_title = "%lake% " limit 200; 7 years ago
select * from category limit 200; 7 years ago
select * from category 7 years ago