requete :SELECT rdv_id, p.nom, p.type2, s.prix_vente, s.qty, s.id FROM rdv
JOIN stock_out s ON rdv.id = s.rdv_id JOIN produit p ON p.id = s.produit_id WHERE chien_id in ()
erreur:1064=>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2
0 Rdv
requete :SELECT * FROM rdv WHERE status = 1 and chien_id = order by date desc
erreur:1064=>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by date desc' at line 1