Pour prendre un exemple :
avec une table définie comme ceci :
create table test(Id int not null, value int); |
la requête suivante :
select Id, count(*) from test where Id=1; |
passait sur la version 3.21.33, mais ne passe plus sur la version 3.23.52 ("Mixing of GROUP columns (MIN(),MAX(),COUNT()...) with no GROUP columns is illegal if there is no GROUP BY clause" )
Voila, c'était juste ca