javed 08:55 0
SELECT
RollNo, StuName,MobileNo, COUNT(*)
FROM
StudentReg1
GROUP BY
RollNo, StuName,MobileNo
HAVING
COUNT(*) > 1
Templateclue
No comments :
Post a Comment