Kedar Ghule

MySQL NOT BETWEEN Operator

In this tutorial, we will learn about the MySQL NOT BETWEEN operator. In the MySQL BETWEEN operator article, we saw how we can return records within a range. It also helped us avoid conditions with the AND operator and making our code more readable and effective.  MySQL NOT BETWEEN is a combination of two operators …

MySQL NOT BETWEEN Operator Read More »

MySQL BETWEEN Operator

In this tutorial, we’ll learn about MySQL BETWEEN operator. Suppose you are a school teacher and you want to find out the students who scored marks between 60 and 80 in Science. You could make use of the comparison operators along with the AND operator but a more effective way is using the MySQL BETWEEN …

MySQL BETWEEN Operator Read More »