Thanks for answer.
SELECT contenu.title AS titre
FROM rpe7x_content AS contenu
INNER JOIN rpe7x_cck_store_form_agenda AS agenda
ON contenu.id = agenda.id
WHERE contenu.catid='10' AND contenu.state='1' AND agenda.choix_reservation_possible='Oui'
But it doesn't work... Any idea ?
Thanks.