Select by Attributes - Strings with < 5 characters
Using the Select by Attributes tool, you could enter the following SQL query to select all features with less than 5 characters in the ZIP
field:
CHAR_LENGTH("ZIP") < 5
Using the Select by Attributes tool, you could enter the following SQL query to select all features with less than 5 characters in the ZIP
field:
CHAR_LENGTH("ZIP") < 5