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