Help with SQL table column having null
Suppose a emp table contain following field
name,o_salary,n_salary and n_salary is blank ,there values is:
A 5000
b 6000
c 7000
d 8000
now I want to update emp table with following data:-
name o_salary n_salary
A 5000 5000
b 600
Help me immediate