Re: Requête MySQL sur 2 tables

Top Page

Reply to this message
Author: Frédéric
Date:  
To: Guilde
Subject: Re: Requête MySQL sur 2 tables
Le 07/11/2018, Frédéric a écrit :

> SELECT llx_adherent.rowid, lastname, firstname, fpf
> FROM llx_adherent
> INNER JOIN llx_adherent_extrafields
> ON llx_adherent.rowid = llx_adherent_extrafields.rowid
> WHERE llx_adherent.rowid = 12
>
> Mais ça ne me retourne rien ('empty result')...


Au temps pour moi ! je me suis gourré sur le champ à comparer ; c'est :

ON llx_adherent.rowid = llx_adherent_extrafields.fk_object

Ça marche, merci :o)

-- 
    Frédéric