LEFT JOIN md.protocole
This commit is contained in:
parent
37e4a38065
commit
69dbd430ec
@ -233,7 +233,7 @@ SELECT DISTINCT s.id_obs,
|
|||||||
LEFT JOIN inpn.taxons_isere_absents_taxref ta ON s.cd_nom = ta.cd_nom::text
|
LEFT JOIN inpn.taxons_isere_absents_taxref ta ON s.cd_nom = ta.cd_nom::text
|
||||||
LEFT JOIN ref_inpn_taxref.taxref_v11 tx ON s.cd_nom = tx.cd_nom::text
|
LEFT JOIN ref_inpn_taxref.taxref_v11 tx ON s.cd_nom = tx.cd_nom::text
|
||||||
JOIN md.etude e ON s.id_etude = e.id_etude
|
JOIN md.etude e ON s.id_etude = e.id_etude
|
||||||
JOIN md.protocole p ON s.id_protocole = p.id_protocole
|
LEFT JOIN md.protocole p ON s.id_protocole = p.id_protocole
|
||||||
LEFT JOIN md.lot_donnee ld ON s.id_lot = ld.id_lot
|
LEFT JOIN md.lot_donnee ld ON s.id_lot = ld.id_lot
|
||||||
LEFT JOIN observateurs num ON s.numerisateur = num.id_personne
|
LEFT JOIN observateurs num ON s.numerisateur = num.id_personne
|
||||||
LEFT JOIN observateurs val ON s.validateur = val.id_personne
|
LEFT JOIN observateurs val ON s.validateur = val.id_personne
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user