So I think I\'ve seen a solution to this however they are all very complicated queries. I\'m in oracle 11g for reference.
What I have is a simple one to many join w
I think what you need is to use GROUP BY on the ASSIGNMENT_GROUP field.
GROUP BY
ASSIGNMENT_GROUP
http://www.w3schools.com/sql/sql_groupby.asp