Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: MERGE - INSERT/UPDATE

Re: MERGE - INSERT/UPDATE

From: poratips shah via DBMonster.com <forum_at_DBMonster.com>
Date: Thu, 05 May 2005 03:10:21 GMT
Message-ID: <3155d9bf606148c8addde24667ae068f@DBMonster.com>


Hi,Thanks for your response again.
I really appreciate.
You are right.
i need to really check the all three tables data. But I confused with the data earlier I mentioned. _ext and upload are the same tables.
7)select count(sku_id) from SKU_ATTR where sku_id not in (select sku_id from sku) -- 0-- which one need to consider for error? select count(sku_id) from SKU_ATTR where sku_id not in (select sku_id from sku_ext) -- 179-- this is same as upload table

12)select count(*) from sku_ext where sku_id not in (select sku_id from sku_attr_ext)-- 0 Records --

Thanks,

-- 
Message posted via http://www.dbmonster.com
Received on Wed May 04 2005 - 22:10:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US