Selecting Rows that Do Not Match a Value

See Also      Tasks

To find row that do not match a value, use the NOT operator. For example, to find all the rows in a products table where the values in the product code column begin with a character other than "A," you can enter a search condition such as the following:

NOT LIKE 'A%'