The above will work just fine. If you want to add additional conditions, the normal logic works with date / time, so you can do something like
... where DATE(calldate) < '20121201' AND DATE(calldate) >= '20121203' OR DATE(calldate) = '20121205'
A simple example.
source share