Hi,
I have a problem in updating details to database table.
I used table like
leadno serviceno
1 3
1 6
1 7
2 1
2 9
i want to update this table to
leadno serviceno
1 4
1 5
2 1
2 3
2 8
how to write query for this problem ?