select data where count more than one in sql server

select FullName from students group by FullName having count(FullName)>1

Comments

Popular posts from this blog

Data Flow Diagram (DFD)

allow only numeric (0-9) in html inputbox using jquery