Is it possible to create a SQL View of a feature layer that is essentially an "on the fly" dissolve?
I have a polygon layer of fire response districts in which many small polygons are all the responsibility of a single station. Rather than creating a derivative layer (which I then have to maintain) by dissolving on the "station" attribute, it would be great to have a view of this layer in which each unique "station" value has only a single multi-part polygon. I'm not sure whether this is something that can be done with a view...
Thanks.