Hi,
I am not updating the PI column. it is like this.
update Table A
from Table B
set COL 1 = B. COL1
COL2 = B.COL2
COL3 = B.COL3....
WHERE A.COL (PI) = B.COL (PI)
only in where condition i am using PI column. In other column updations NUSI Columns are also there.
Thanks,
Harshita
↧