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.
I know this way: TAGNAME1 LIKE '%something%' in order to choose the value with specific character- now I need the opposite sentence.

NOToperator.