:master: :master: :master:
codice:
strSQL = "SELECT Avg(str_voto) As Media,tb_pagelle.str_giocatore,tb_giocatori.id_giocatore,tb_pagelle.str_giornata,tb_calendari.id_calendario FROM (tb_pagelle INNER JOIN tb_giocatori ON tb_pagelle.str_giocatore = tb_giocatori.id_giocatore) INNER JOIN tb_calendari ON tb_pagelle.str_giornata = tb_calendari.id_calendario"
You tried to execute a query that does not include the specified expression 'str_giocatore' as part of an aggregate function.
/home/pagelle.asp, line 31
:master: