Available with Production Mapping license.
Structured Query Language (SQL) queries allow you to select features by using feature attributes. When you choose the feature attributes you want to use in the query, you can then specify a range of values to use to define a selection set for a tool. In ArcGIS Production Mapping, SQL queries can be used with ArcGIS Data Reviewer Desktop to define a set of features to use with a particular tool. With Data Reviewer, you can use an SQL query to create a subset of features from a feature class on which you want to run a check. For example, if you want to run a check only on roads that are classified as major highways, you could define a query that selects only those features for the check.
For more information about data checks in Data Reviewer, see Checks in Data Reviewer.
You can also use this tool to select features from the first layer listed in the table of contents.
- Start ArcMap.
- Add the Select Features Using SQL tool by doing the following:
- On the main menu, click Customize > Customize Mode.
The Customize dialog box appears.
- Click the Commands tab.
- In the Categories list, choose Production Control Commands.
- From the Commands list, drag the Select Features Using SQL button to a toolbar.
- Click Close.
- On the main menu, click Customize > Customize Mode.
- Click the Select Features Using SQL button .
The Select Features Using a Query dialog box appears.
- Double-click the field to use with the query in the Fields list.
The field name appears in the Where Clause text box, and the possible values for the field are shown in the Values list.
- Click an operator to add it to the query.
- If necessary, click All Values to view all the unique values for the field.
- Double-click a field value in the Values list.
The value is added to the query.
- Repeat steps 4 through 7 to add parameters to the query.
- Click Verify to verify that the query is valid.
A message appears that indicates the number of records returned by the query.
- Click OK.