bonjour
peut t on faire des requete imbriquée sous easy php 6 ou 7?
j'ai fais une requete sous EMS elle fonctionne bien (sûr)
pourquoi sous easy php ne fonctionne t elle pas, il me dit erreur de syntaxe
ex select count(1) from (select a table group by a)) t
ou
insert into FICHE_TEMP
(`fic_num`,`fic_id`, `fic_dom1`, `fic_sdom1`)
select fiche.fic_num,fiche.fic_id, df.id_domaine, df.id_ss_domaine
from `fiche_fic` fiche JOIN `dom_fiche_df` df
on fiche.fic_num = df.id_fiche
group by df.id_fiche
union
select fiche.fic_num,fiche.fic_id,NULL,NULL
from `fiche_fic` fiche
where fiche.fic_num not in (SELECT df.id_fiche from `dom_fiche_df` df);
est ce que j'ai mal installé easy php, peu probable , est ce pas possible de faire de telle requete sous easy php, ça m'etonnerait?
pouvez vou m'aider Merci c'est embetant!!