HOW TO
Some workflows require selecting certain values on a map based on specific attributes. ArcGIS Pro provides the capability to select multiple features using the Select Layer By Attribute tool.
This article describes how to select multiple fire hydrant point features made by specific manufacturers in a neighborhood.
Follow these steps to select multiple values using the Select Layer By Attribute tool in ArcGIS Pro.
Note: The query builder opens in the Clause mode by default. To open it in SQL mode, toggle the SQL option. Refer to ArcGIS Pro: Query builder for more information.
For Clause mode:
Where '<Field>' 'is equal to' '<Value>'
For SQL mode:
<FIELD> = '<Value>'
In this example, select fire hydrants manufactured by Clow Corporation.
For Clause mode:
Where 'Manufacturer' 'is equal to' 'Clow Corporation'
For SQL mode:
MANUFACTURER = 'Clow Corporation'
For Clause mode:
'Or' 'Manufacturer' 'is equal to' 'Correy'
For SQL mode:
Or MANUFACTURER = 'Correy'
Note: Optionally, repeat steps 2e through 2f to select additional values if necessary.
The image below shows the queries configured in this example.
The image below shows the fire hydrants manufactured by Clow Corporation, Correy, and by unknown manufacturers selected from the map.
Article ID:000022255
Get help from ArcGIS experts
Download the Esri Support App