Skip to Content
0
Former Member
Jun 04, 2008 at 10:19 AM

Modify statemnt taking too much time

659 Views

Hi guys,

I need to insert new records into my db table if they do not exist or update records if they dont exist in the table.

Am using a modify statement .But this is taking 10 times more time than insert stmnt.

Is there any way to avoid modify stmnt and still implement my logic

Thanks