@Satifal:
Codice PHP:
SELECT prezzoutente FROM tabella WHERE prezzo max(prezzo
Risultato:
codice:
Invalid use of group function
@goikiu:
Codice PHP:
SELECT utenteMAX(prezzoFROM tabella 
restituisce giustamente il prezzo maggiore, ma non l'utente abbinato (nell'esempio prezzo 400, utente 1)