Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
7922b725
Commit
7922b725
authored
May 24, 2019
by
Gaetan Carabetta
Browse files
Update inserts_RO.sql
parent
676feb55
Changes
1
Show whitespace changes
Inline
Side-by-side
inserts_RO.sql
View file @
7922b725
INSERT
INTO
espece
(
classeEspece
,
espece
)
INSERT
INTO
espece
(
classeEspece
,
espece
)
VALUES
(
'mammifer'
,
'hamster'
);
VALUES
(
'mammifer'
,
'hamster'
);
/
/
...
@@ -33,4 +34,4 @@ VALUES (2,2,'chat','Doris',2100,200,to_date('15-02-2008','DD-MM-YYYY'),listTrait
...
@@ -33,4 +34,4 @@ VALUES (2,2,'chat','Doris',2100,200,to_date('15-02-2008','DD-MM-YYYY'),listTrait
INSERT
INTO
animal
(
id_animal
,
id_client
,
espece
,
nom
,
poid
,
TAILLE
,
dn
,
traitements
)
INSERT
INTO
animal
(
id_animal
,
id_client
,
espece
,
nom
,
poid
,
TAILLE
,
dn
,
traitements
)
VALUES
(
3
,
3
,
'hamster'
,
'Pochoclo'
,
100
,
10
,
to_date
(
'10-10-2018'
,
'DD-MM-YYYY'
),
listTraitements
(
traitement
(
5
,
to_date
(
'01-15-2019'
,
'DD-MM-YYYY'
),
4
,
1
,
'Valentin'
,
'Marphel'
)));
VALUES
(
3
,
3
,
'hamster'
,
'Pochoclo'
,
100
,
10
,
to_date
(
'10-10-2018'
,
'DD-MM-YYYY'
),
listTraitements
(
traitement
(
5
,
to_date
(
'15-01-2019'
,
'DD-MM-YYYY'
),
4
,
1
,
'Valentin'
,
'Marphel'
)));
\ No newline at end of file
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment