i want to return, from a mysql query, a single months data.
each row of data is linux timestamped.
the field containing timestamp is a varchar field.
can i do this via mysql, or do i need to create the timestamp boundaries using php's date() functions?