mysqli_sql_exception #1111 – Invalid use of group function
I am using codeigniter 4. I want to sum this data from my model. pow(data_training.area-avg(area),2) so I type like this : sum(pow(data_training.area-avg(area),2)) but it's turn out like this: error screenshot Please tell me how to sum the data values. Here…