Accueil
requete :UPDATE produit SET qty = qty - 1 WHERE id = 13 erreur:1146=>Table 'scoobydomicharly.produit' doesn't exist requete :UPDATE stock_in SET qty_dispo = qty_dispo - 1 WHERE produit_id = 13 and qty_dispo > 0 order by id asc limit 1 erreur:1146=>Table 'scoobydomicharly.stock_in' doesn't exist requete :INSERT INTO stock_out (produit_id, qty, prix_achat, prix_vente) VALUES (13, 1, 2.3, 0) erreur:1146=>Table 'scoobydomicharly.stock_out' doesn't exist requete :SELECT * from produit where type2 = 'Peigne' ORDER BY type, type2, marque, nom erreur:1146=>Table 'scoobydomicharly.produit' doesn't exist requete :SELECT distinct type2 from produit erreur:1146=>Table 'scoobydomicharly.produit' doesn't exist

Produits

Nom Desc type type2 marque Prix achat Prix vente Quantité

Tous

Nom type type2 marque Prix achat Prix vente Quantité Vente Vente Annuelle