This is my table structure. I have to fetch the zip_code's range as per they created in database table in given between date.

For example in the given between dates are 4-aug-14 to 9-aug-14 i need follwing result
zip number
90620 10
90621 5
How i write mysql query for this.