SELECT * FROM tb_match WHERE match_date = (SELECT MIN(match_date) FROM tb_match WHERE match_score ="")
Pourtant la requete suivante utilisée toute seule renvoie un rslt correcte ...
SELECT MIN(match_date) FROM tb_match WHERE match_score =""
message d'erreur en cas ou :
#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 MIN( match_date ) FROM tb_match WHERE match_score = ""
Merci d'avance !!!!!
« Dernière Édition: le 27-12-2004 a 13:27:06 par kevv »