this is incompatible with sql_mode=only_full_group_by Se si prova a mandare in esecuzione una query come questa sotto: SELECT IdSoggetto, sum(carico) as carico, sum(scarico) as scarico, FROM tabella where (uCase(id) like ‘%xxx%’ or uCase(Soggetto) like ‘%xxx%’ or uCase(IdSoggetto)like ‘%xxx%’) and IdSoggetto=’2′ group by Soggetto, data, Operatore order by Soggetto,Data e si […]
#1055 – Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘Sql1424811_2.dbxxx.Id’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
L’errore: SELECT list is not in GROUP BY clause and contains nonaggregated column si manifesta nellaversione MySql 5.7 in base alle impostazioni di modalità di esecuzione del server di Database MySql che opera in STRICT_MODE ed in questo particolare caso anche in only_full_group_by, mentre le versioni precedenti erano impostate di default diciamo in una modalità più […]
Max_allowed_packet
Aumentare le dimensioni di gestione dei file di backup predefinite di mysql: Read more at MySQL Official Documentation: http://dev.mysql.com/doc/refman/5.7/en/packet-too-large.html