You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En francais: Un projet EcoPart doit être lié à un projet EcoTaxa si au moins un de ses samples est lié à un sample EcoTaxa.
En SQL: select * from part_projects pp where pp.projid is null and exists (select 1 from part_samples ps where ps.pprojid = pp.pprojid and ps.sampleid is not null);
Résultat sur la prod' (anonymisé à la main):
En francais: Un projet EcoPart doit être lié à un projet EcoTaxa si au moins un de ses samples est lié à un sample EcoTaxa.
En SQL:
select * from part_projects pp where pp.projid is null and exists (select 1 from part_samples ps where ps.pprojid = pp.pprojid and ps.sampleid is not null);
Résultat sur la prod' (anonymisé à la main):
Ces 3 projets contiennent des samples liés mais ne sont pas liés eux-même.
The text was updated successfully, but these errors were encountered: