SyntaxFix
Write A Post
Hire A Developer
Questions
My Oracle is a bit rusty, but I think this would work:
SELECT * FROM TableA WHERE ROWID IN ( SELECT MAX(ROWID) FROM TableA GROUP BY Language )