I am trying to get the number of page opens on a per day basis using the following query.
SELECT day.days, COUNT(*) as opens FROM day LEFT OUTER JOIN track
You specify that the connected tracking.open_id must be 10. For the other rows it will be NULL, so they'll not show up!