I want write python code which read data from one table & do some operation & write the output along with some more columns from previous table in same database at same code. Here is description:: I have table (name= table-1) from where I am reading data. Doing some operation & getting value in some variable. I want store that value in table-2 in same database in a same code. I have use two cursor (curr-1 for table1 to read & doing some operation)&(curr-2 for table2 to insert value) I am inserting the value (using curr-2) where I am getting value in the code.I want write python code which read data from o