Simply write an update query only for affected columns,For example:
update table1 set col1=value,col2=value2 where (put your condition here)
cheers!!!
Vatsa
Simply write an update query only for affected columns,For example:
update table1 set col1=value,col2=value2 where (put your condition here)
cheers!!!
Vatsa