1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
| requête SQL: Modifier
INSERT INTO `sonoligh`.`prestation` (
`prestation_ID_prestation` ,
`prestation_numero_presta` ,
`prestation_ID_client` ,
`prestation_nom_lieu` ,
`prestation_adresse` ,
`prestation_cp` ,
`prestation_ville` ,
`prestation_ID_type_prestation` ,
`prestation_date` ,
`prestation_h_arrive` ,
`prestation_h_fin` ,
`prestation_nombre_personne` ,
`prestation_moyenne_age` ,
`prestation_lieu_rendez_vous` ,
`prestation_adresse_rendez_vous` ,
`prestation_cp_rendez_vous` ,
`prestation_ville_rendez_vous` ,
`prestation_date_rendez_vous` ,
`prestation_realise_rendez_vous` ,
`prestation_prix` ,
`prestation_cheque_accompte` ,
`prestation_ID_statut_prestation` ,
`prestation_commentaire`
)
VALUES (
NULL , 'PRE2008', '12', 'test', 'test', '00000', 'test', '3', '2009-02-18', NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , '450', NULL , '', NULL
)
MySQL a répondu:Documentation
#1366 - Incorrect integer value: '' for column 'prestation_ID_statut_prestation' at row 1 |
Partager