Accueil
requete :insert into chien (nom, client_id) values ("nouveau", 588) erreur:1146=>Table 'scoobydomicharly.chien' doesn't exist requete :SELECT * FROM client WHERE id = 588 erreur:1146=>Table 'scoobydomicharly.client' doesn't exist requete :SELECT * FROM chien c WHERE client_id = 588 order by penibilite desc, nom asc erreur:1146=>Table 'scoobydomicharly.chien' doesn't exist requete :SELECT count(1) FROM client c JOIN chien ch ON ch.client_id = c.id JOIN rdv ON rdv.chien_id = ch.id WHERE rdv.status = 1 and c.id = 588 erreur:1146=>Table 'scoobydomicharly.client' doesn't exist 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

Client :

Nom Prénom Actif
Adresse Tel Provenance
Adresse Portable
Code Postal Ville Mail

Chien : nouveau

Nom Race
Couleur Taille
Penibilite Naissance

RDVnouveau


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
Date Info Prix Extra Vente Remise