Ver originalSELECT * FROM tabla1 AS t1LEFT JOIN tabla2 AS t2 ON (t1.id=t2.id)WHERE t1.fecha BETWEEN '20/04/2014' AND '20/05/2014'