Hi ALL,
I want to insert rows into a table, say table emp which has primary key empid.
If empid is already present it should update..otherwise insert. Something like MERGE command in Oracle.
Which is the best way to implement the baove functionality ?
Regards,
Rajesh