Sql mükerrer kayıtları bulma (recurring entries)

select Code, COUNT(Code) as 'Kaç Adet Var' from TabloA group by Code Having (Count(Code) > 0)


Yorumlar