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+ Related PostsSome of The Most Important SQL CommandsSQL - SELECT INTO ExamplesSQL - INSERT INTO SELECT SyntaxSQL - SELECT INTO SyntaxSQL - Single Line CommentsSQL - Multi-line Comments
EmoticonEmoticon