I have inserted data in to table name is Testing with special characters. Insertion was successful but while fetching same record with where condition then its not showing any record.
Testing table data looks like
group_id | directory_id | group_name |
---|---|---|
1 | 1 | BDC2_Igénykezelők |
select *from Testing where group_name ='BDC2_Igénykezelők';
result showing zero records above query. I am not able identify why its not fetching that record.