0

I am using ArcMap 10.7.

I am trying to represent in the map using the Definition Query of the layer, Only features from this table of content (it includes 1500 values; the image is just an example) that don't include the character '6' in TAGNAME1 field values.

enter image description here

I know this way: TAGNAME1 LIKE '%something%' in order to choose the value with specific character- now I need the opposite sentence.

3
  • 3
    Most potential data sources support a NOT operator. Commented Mar 14, 2022 at 12:20
  • 2
    As @Vince said 'NOT LIKE' should work Commented Mar 14, 2022 at 12:21
  • yes this is the solution-Vince , post an answer and i will mark it as a correct answer Commented Mar 14, 2022 at 12:24

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.