select * from category where cat_title IN ('Living_people', 'Dead_people', 'People'); |
5 months ago |
select * from category where cat_title IN ('Living_people', 'Dead_people'); |
5 months ago |
select * from category where cat_title = 'Living_people'; |
5 months ago |
select * from category where cat_title = 'Livinb_people'; |
5 months ago |