I need to add a few columns in MySQL, use the sum to make a mean and leave the columns available for display in a report, I tried to add the query in MySQL but it did not work, I'll try to explain better with an image of my bank, I tried to sum it up using SUM
like this:
Thesql
ofthisimagelookslikethis:
SELECTaf.idAfericao,af.data,af.produto,af.deterUmidade,af.deterVal1,af.deterVal2,af.deterVal3,af.deterVal4,af.deterVal5,SUM(af.deterValMedia)ASSomaVarMedia,af.modeloDestilador,SUM(af.resultadoDestilacao)ASSomaDestilacao,SUM(af.diferenca)ASSomaDiferenca,af.ativo,cu.descricao,cc.nomeFROMcomUnidadecu,afericaoAgricolaaf,comColaboradorccWHEREaf.idUnidade=6ANDaf.idUnidade=cu.idUnidadeANDaf.ativo=1ANDaf.classificador=cc.idColaboradorANDaf.dataBETWEEN'2016-02-10'AND'2016-02-16'ANDaf.deterUmidade='Dickey-John'ANDaf.produto='Soja'ANDaf.modeloDestilador='CA50'GROUPBYaf.idAfericaoORDERBYaf.dataDESC
IwishIcouldhavetheresultofthecolumnstodisplayinmyreport,butIalsoneedthesumofeachcolumntoaverage.
Thereporttemplateisthis: