SQL - 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 BETWEEN 'C' and 'M': Example SELECT * FROM ProductsWHERE ProductName BETWEEN 'C' AND 'M'; Try it Yourself » Share this Share on FacebookTweet on TwitterPlus on Google+
EmoticonEmoticon