SELECT name
, type_id
FROM table1
GROUP BY name
, type_id
HAVING COUNT(*) > 1
Post Top Ad
05 July, 2013
view all data for duplicate rows in oracle
Subscribe to:
Post Comments (Atom)
Post Top Ad
Your Ad Spot
SELECT name
, type_id
FROM table1
GROUP BY name
, type_id
HAVING COUNT(*) > 1
No comments:
Post a Comment