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