Voici ma requete :
Code : Tout sélectionner
$sqlRecherche = "SELECT distinct Id_A from t_A where Id_A NOT IN (SELECT Id_B from t_B) ORDER BY Nom ASC";Code : Tout sélectionner
$sqlRecherche = "SELECT distinct Id_A from t_A where Id_A NOT IN (SELECT Id_B from t_B) ORDER BY Nom ASC";