I have one table with content of data with a Status (Yes/No).
I want to get sum of total data where status is "yes"and put it into another table and sum of total data where status is "no" and put it into previous table in a different column to maintain stock.
Saurav