DotNetGnat
Programmer
Hello All,
I have a datatable as shown below
Date | price
_________________
1/1/2010 | 10
1/2/2010 | 11
1/3/2010 | 9
1/4/2010 | 12
I want to add a column to this datatable to result
Date | price | change
______________________
1/1/2010 | 10 |
1/2/2010 | 11 | 1
1/3/2010 | 9 | -2
1/4/2010 | 12 | 3
Any suggestions...
Thanks
-DNG
I have a datatable as shown below
Date | price
_________________
1/1/2010 | 10
1/2/2010 | 11
1/3/2010 | 9
1/4/2010 | 12
I want to add a column to this datatable to result
Date | price | change
______________________
1/1/2010 | 10 |
1/2/2010 | 11 | 1
1/3/2010 | 9 | -2
1/4/2010 | 12 | 3
Any suggestions...
Thanks
-DNG