Mysql – Add two consecutive values in a column with sql select
If I have 'Table_A' like above, is it possible to generate Table_B from it by using select sql only? I would like to keep the column 'pc2' and create the column 'pc4' to sum the values of 'pc3' and the…