select * from rm.HRM_EMP_INFO where to_char(ente_appe_date,'yyyy-mm-dd')>='2008-07-01' and to_char(ente_appe_date,'yyyy-mm-dd')<'2008-08-01'
...where CONVERT(VARCHAR(7),SignedDate,120) between "2008-01" and "2008-12";