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