Eleminer des lignes identiques
Résolu
Romeof
Messages postés
34
Statut
Membre
-
Romeof Messages postés 34 Statut Membre -
Romeof Messages postés 34 Statut Membre -
Bonjour,
je crée un site web dont j'exécute une requête pour afficher la résultat d'une recherche.
voici mon code:
SELECT distinct(mal_nom_eng), omim, gene, genesymb, localisation, protein, id, lienl, lieng, lien FROM mutation where mal_nom_fr REGEXP ':<:".$mal.":>:' OR mal_nom_eng REGEXP ':<:".$mal.":>:'
dans l'affichage je trouve une répétition d'une ligne 5 fois pourtant j'ai utilisé la commande distinct pour ne pas répéter une ligne.
comment faire alors????
aidez moi svp.
merci.
je crée un site web dont j'exécute une requête pour afficher la résultat d'une recherche.
voici mon code:
SELECT distinct(mal_nom_eng), omim, gene, genesymb, localisation, protein, id, lienl, lieng, lien FROM mutation where mal_nom_fr REGEXP ':<:".$mal.":>:' OR mal_nom_eng REGEXP ':<:".$mal.":>:'
dans l'affichage je trouve une répétition d'une ligne 5 fois pourtant j'ai utilisé la commande distinct pour ne pas répéter une ligne.
comment faire alors????
aidez moi svp.
merci.
Configuration: Windows XP Firefox 3.0.5