What do you mean the error and how can you solve it ‘not a single group group function ‘
Meri Answered question 22/02/2022
in order to solve the error ‘not a single group group function’ it can be check the aggregate function when we use the aggregate function like :-
- Average
- Count
- Sum it should be use group by,
GROUP BY clause can be used in select statement where it will group the results by one or more columns and arrange identical data into groups
Meri Answered question 22/02/2022