Kao što kaže naslov, dobijam grešku Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause za sledeći upit
Code (sql):SELECT ID, COUNT(*), AutorMail FROM unosi WHERE AutorMail = '$email' ORDER BY ID