0 By Praveen Macherla In Data Manipulation Language (DML)Posted October 18, 2016MySQL BETWEEN AND OperatorBETWEEN…AND allows you to retrieve values within a specific range. The usage of BETWEEN is as follows: SELECT column_list FROM table_name WHERE column_1 BETWEEN lower_range AND upper_range [...] READ MORE