Query | Run |
---|---|
select * from category where cat_title like 'Editathon%' | 6 months ago |
select * from category where cat_title like 'Editathon%' limit 1 | 6 months ago |
select * from category where cat_title like 'editathon%' limit 1 | 6 months ago |
select * from category where cat_title like editathon% limit 1 | 6 months ago |
select * from category limit 1 | 6 months ago |