I have two tables Table and Table1 with oneToMany relationship. I have this query
select distinct a.* from Table a, Table1 b where b.fk_Table = a.sequ_id and b.v