Hi Everyone,
Here I'm facing problem . We have a below table in this table i want to remove Top first row which have null values
, and in Weight1 column with respect to SrNo 2,3,4,5,6 i want to add values 0.02,0.03,0.05,0.15,0.75.
SrNo | ProcessYear | Total_value | Weight1 |
1 | NULL | NULL | NULL |
2 | 2009 | 235378488.4 | NULL |
3 | 2010 | 298657706 | NULL |
4 | 2011 | 345591332 | NULL |
5 | 2012 | 362318107.7 | NULL |
6 | 2013 | 387565287.7 | NULL |
Please any one help me .
Thanks in Advance.