Hi all,
I have two feature classes. I'm intersecting both of them. I have to return features which does not intersect with the other.
Lets take an example.
I have two feature classes: villages and colleges. I'm intersecting both of them.
My query is "Select villages having population greater then 500 not having colleges."
So villages having population greater then is working finely but then it spatially search for colleges in those villages.
what all I need is to select villages which does not have colleges.
Any help would be appreciable. Thanx in advance
Regards