SQL - BETWEEN Operator Example Knowledge Based Info. MySQL The following SQL statement selects all products with a price BETWEEN 10 and 20: Example SELECT * FROM ProductsWHERE Price BETWEEN 10 AND 20; Try it Yourself » Share this Share on FacebookTweet on TwitterPlus on Google+
EmoticonEmoticon