I am using xamp server:
when I am running the select query to get data as
SELECT `id`, `relation`, `member_id`, `Relative_id`
FROM `relationship` WHERE `relation` = 'माँ'
All works fine
But when running below example of queries I get 0 results.
Example 1 :
SELECT `id`, `relation`, `member_id`, `Relative_id`
FROM `relationship` WHERE `relation` = 'बेटी'
Example 2 :
SELECT `id`, `relation`, `member_id`, `Relative_id`
FROM `relationship` WHERE `relation` = 'पिता'
the image regarding db table
Table structure:table structure