Select By Attributes - anthonyblackham/GIS-Wiki GitHub Wiki

A simple way to query data is through the select by attributes tool. It uses SQL to filter results.

If you want to query for a part of a string

FIELD LIKE '%pattern%'

Query For Forward Slashes:

FIELD LIKE '%/%'