MySQL BETWEEN Operator Explained
Summary: in this tutorial, you will learn how to use MySQL BETWEEN operator to specify a range to test.
Introduction to MySQL BETWEEN Operator
The BETWEEN operator allows you to specify a range to test. The following illustrates the syntax of the BETWEEN operator: