creation du fichier d'insertion de donnée

This commit is contained in:
nbillard 2022-12-07 10:14:16 +01:00
parent 94168c014f
commit 6f83196464
2 changed files with 8 additions and 0 deletions

8
insert.sql Normal file
View file

@ -0,0 +1,8 @@
INSERT INTO Personnel (
0,
'Billard',
'Nathan',
DATE '2000-12-25',
'chez Nathan',
'2020-9-15'
);