| |||||||||
|
|
Not Operator Microsoft AccessThe Not command is one of the most commonly used functions in SQL queries. The Not function can be used anywhere you are using a comparison operator such as = (equals), < (less than), > (greater than), Exists, and the In operator. The example below show a query in Microsoft Access employing the SQL Not operator. There are three examples on the criteria line:
Here is the same query viewed in SQL View:
SELECT
performance_report.Category, performance_report.Date The SQL Not operator give you the exact opposite set of results compared to using only the regular restriction operators (In, =, >, <. etc). Setup your own test queries and see how easy it is to use the Not SQL operator. |
|
|
Contact Information Copyright 2000-2013 Blue Claw Database Design, LLC Telephone: 410 929-9399
|