I write a query text using TOracleDataSet:

select a.uni_no from
a,b where a.uni_no=b.uni_no;

when I use QBE query Uni_no , it tell me
It's ambiguity field name.
How should I solve this question?