select a.NAME,
       a.MOUTH,
       a.YEAR
  from table1
 grouby by a.NAME, 
       a.MOUTH,
       a.YEAR
 having count(a.NAME)>1