Résultat(s) de recherche
Database Error; SQL: SELECT
DISTINCT
`t`.*, `d`.*
FROM `edv_posts` AS `t`
LEFT JOIN `edv_postmeta` AS `ane` ON
`ane`.`meta_key` = 'ane'
AND `ane`.`post_id` = `t`.`ID`
LEFT JOIN `edv_pods_cvtheque` AS `d` ON `d`.`id` = `t`.`ID`
LEFT JOIN edv_postmeta as pos ON pos.post_id = d.id AND pos.meta_key="poste_recherche"
LEFT JOIN edv_postmeta as reg ON reg.post_id = d.id AND reg.meta_key="nom_region"
LEFT JOIN edv_postmeta as niv ON niv.post_id = d.id AND niv.meta_key="niveau_experience"
LEFT JOIN edv_postmeta as ane ON ane.post_id = d.id AND ane.meta_key="annee_experience"
LEFT JOIN edv_postmeta as typ ON typ.post_id = d.id AND typ.meta_key="type_de_contrat"
WHERE ( ( `ane`.`meta_value` = 1960 ) AND ( `t`.`post_type` = 'cvtheque' ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
ORDER BY `pos`.`post_id` DESC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`
LIMIT 10, 10; Response: Not unique table/alias: 'ane'