Are there any built-in tools that can query features? I’m looking for something that, given a column name, return features equal to the criteria given.
Here’s an example:
A collection of features, where each feature has a column named “Population”. I want to get a subset of those features where the population is > 5000 (or = 5000, or < 5000). I was going to build a custom tool to this but if there’s something already built in that would be great. Thanks!