SQL - NOT BETWEEN Operator with Text Value Example Knowledge Based Info. MySQL The following SQL statement selects all products with a ProductName beginning with any of the letter NOT BETWEEN 'C' and 'M': Example SELECT * FROM ProductsWHERE ProductName NOT BETWEEN 'C' AND 'M'; Try it Yourself » Share this Share on FacebookTweet on TwitterPlus on Google+
EmoticonEmoticon