на память

Jul 31, 2011 20:56

select aName, Count(aName) as Count
from Table
group by aName
having count(aName)>1

web dev

Previous post Next post
Up