I'm trying to use the % wildcard in select by attributes using SQL. It's a simple query. When I use it with a FIPS number it works but for some reason other fields with other numbers don't work. Every time I get ERROR 000358: Invalid expression.
Here is the SQL expression: VACANT LIKE '2%'
I'm just looking for the numbers that are in the 2000s.