dates example
When you use the BETWEEN operator with date values, to get the best result, you should use the type cast to explicitly convert the type of column or expression to the DATE type.
For example, to get the orders whose required date are from 01/01/2003 to 01/31/2003, you use the following