Corrige ton code comme suit :mysql_query("SELECT MAX(metal_mine) FROM planets)"
mysql_query("SELECT MAX(metal_mine) FROM planets")
alors qu'elle passait correctement quand le serveur sql etait en version 4#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT MAX(metal_mine) FROM planets)' at line 1
Code : Tout sélectionner
SELECT MAX(VIE) FROM `cartosort`
=> Aucune erreur
SELECT MAX(VIE) FROM `cartosort`)
=> #1064 - You have an error in your SQL syntax;
SELECT MAXE(VIE) FROM `cartosort`
=> #1305 - FUNCTION xxxxxx.MAXE does not exist