Hi All,
My Left Table is having PO_Vendor (10 Unique Numbers)
Right table is having PO_Vendor, PO_NBR and EMP NBR. Right Table is having more records for each PO_Vendor .
I applied Left Outer Join here.
My Out put should be PO_vendor, PO_NBR
I am expecting only 10 records in my output Table.
But I am having more records as I have multiple records in right table.
How to handle this Issue?.
Regards.