i would like to select * from table where dates between (some_date and another_date)
select * from table where dates between (some_date and another_date)
the problem is that the dates are stored as varchar!>
varchar
If date is in Varchar
Query AND c.sentdate > '2016-jun-15'