teknikalbody
Programmer
Hi experts,
Just a quicky, I am doing...
Select field_1, field_2
from table_A a, table_B b
where a.identity = b.identity;
However, table_B has duplicates but I just want the one record from the table because they are exactly the same so the fist one it comes across will do.
Any suggestions ?
TIA
Just a quicky, I am doing...
Select field_1, field_2
from table_A a, table_B b
where a.identity = b.identity;
However, table_B has duplicates but I just want the one record from the table because they are exactly the same so the fist one it comes across will do.
Any suggestions ?
TIA