Since the date_issue is a varchar, it would be a problem with BETWEEN.
Try changing the date_issue datatype from varchar to datetime
7
solved How to get data between two dates
Since the date_issue is a varchar, it would be a problem with BETWEEN.
Try changing the date_issue datatype from varchar to datetime
7
solved How to get data between two dates