Discussion
:
references
Afficher un message
11/04/2008, 16h32
#
1
gert
Messages: n/a
Hébergeur:
references
Does this create the same table ?
CREATE TABLE score (
score integer REFERENCES bord (score)
);
CREATE TABLE score (
score integer,
FOREIGN KEY (score) REFERENCES bord (score)
);
gert
Page generated in
0,05993
seconds with
9
queries