integer.
mysql>
The following syntax shows how to use this function: INTERVAL(, [{, }...])
mysql>
Starting with , the values must be listed in ascending order.
mysql>
If is less than , a value of 0 is returned.
If is less than , a value of 1 is returned.
If is less than , a value of 2 is returned, and so on.
mysql>
mysql>
mysql> SELECT INTERVAL(6, -2, 0, 4, 7, 10, 12);
+----------------------------------+
| INTERVAL(6, -2, 0, 4, 7, 10, 12) |
+----------------------------------+
| 3 |
+----------------------------------+
1 row in set (0.00 sec)