I have a vector file with field of type LONG. Some values of this filed are duplitates.
Is it possible to make such SQL definition query in ArcGIS 10.3 to show only unique values without duplicates?
Example data:
1, 2, 3, 3, 3,
4, 5, 1,
6
What I want:
1, 2, 3, 4, 5, 6
أكثر...