1 2 3 4 5 6 7 8 9 10
| INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (-100000000000000, 0.5, 10, 0)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (0.5, 5, -0.6666 , 10.33)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (5, 13, -0.375 , 8.875)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (13, 23, -0.06 , 4.78)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (23, 61, -0.01052632 , 3.642105263)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (61, 107, -0.00652174 , 3.397826087)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (107, 153, -0.01086957 , 3.863043478)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (153, 305, -0.00197368 , 2.501973684)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (305, 763, -0.00021834 , 1.96659839)
INSERT INTO coef_vente_palier (borne_inferieure, borne_superieure, coef, ponderateur) VALUES (763, 100000000000000, 1.6, 0) |
Partager