I have some table in sqlite data base with 12 rows 5 column of values like this http://pastie.org/5170518 . Now i want to update my table for planvalue,YTDOver,YTDVariation column with array of values. How to write query for this update? Can any body help me? Thanks in advance.
Share
I need your code to tell you more but, the following code should work if you are updating some values.
If you are adding some new entries then use the INSERT command.