I have saved the dates of a user\'s registration as a datetime, so that\'s for instance 2011-12-06 10:45:36. I have run this query and I expected this item
SELECT users.* FROM users WHERE created_at BETWEEN '2011-12-01' AND '2011-12-07';