Is there a Way to search within table contain English numbers by using Arabic number ?

365
2
01-22-2018 02:43 AM
abdullahqasrawi
Occasional Contributor

The parcel feature class attribute table contain parcel Numbers that was written as English numbers, now I am trying to search within this table by using Arabic number but I did not get any result. Is there a way to do this?

Please see the screenshot below.

2 Replies
JoshuaBixby
MVP Esteemed Contributor

This isn't really an ArcGIS or ArcPy question, per se, it is a more general question about converting between Western and Eastern Arabic numbers:  python - Converting Eastern Arabic numbers to Western Arabic numbers - Stack Overflow 

Asrujit_SenGupta
MVP Regular Contributor

Check this:???Select by attributes??? for Arabic fonts in SDE/file geodatabases, 

You must use the N prefix before the character string when querying unicode data like this
eg.
where name = N'character_string'