SQL Query returning duplicate rows
Hi Friends,
Can you please help me debug this query..
its returning duplicate rows.I need to display the customer_item_number for an item.
select MCIX.CUSTOMER_ITEM_NUMBER from MTL_CUSTOMER_ITEM_XREFS_V MCIX,oe_order_headers_v OOHV,oe_order_lines_v OOLVwhere OOHV.header_id = OOLV.header_idAND mcix.inventory_item_id = oolv.inventory_item_id.Thanks a lot in advance.
Kind Regards
Siva Charan
0