Filter record set seems to give the result of
select * from emp where emp_no = 12345 whereas it would be better if it gives
select distinct * from emp where emp_no = 12345. Is there a way to do it?
Thanks,
Jeff