NOT with NULL, LIKE, IN, and BETWEEN

You can use NOT NULL, NOT LIKE, NOT IN, or NOT BETWEEN. For example:

WHERE YEARS IS NOT NULL

It is only in these cases that NOT can follow the entire condition.

Examples:

[ Previous Page | Next Page | Contents | Index ]