2 lines
122 B
MySQL
2 lines
122 B
MySQL
|
INSERT INTO `commandes_statut` ( `libStatut`, `typeCommande`, `ordre`) VALUES
('Commande transmise au client', 'C', 6);
|