Search the Whole World Here.,.,

SQL - NOT BETWEEN Operator Example




To display the products outside the range of the previous example, use NOT BETWEEN:

Example

SELECT * FROM Products
WHERE Price NOT BETWEEN 10 AND 20;

Try it Yourself »


EmoticonEmoticon