creation du fichier d'insertion de donnée
This commit is contained in:
parent
94168c014f
commit
6f83196464
2 changed files with 8 additions and 0 deletions
8
insert.sql
Normal file
8
insert.sql
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
INSERT INTO Personnel (
|
||||||
|
0,
|
||||||
|
'Billard',
|
||||||
|
'Nathan',
|
||||||
|
DATE '2000-12-25',
|
||||||
|
'chez Nathan',
|
||||||
|
'2020-9-15'
|
||||||
|
);
|
Loading…
Reference in a new issue