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
Romain De Laage De Bellefaye
LO21-projet
Commits
e3cdc1eb
Commit
e3cdc1eb
authored
Jun 08, 2021
by
Leon Do Castelo
Browse files
Update brians_brain.sql
parent
dbfbe957
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/brians_brain.sql
View file @
e3cdc1eb
...
...
@@ -291,3 +291,141 @@ INSERT INTO Cellules VALUES(
4
,
4
);
-- Oscillateur
INSERT
INTO
reseaux
VALUES
(
1
,
"Grille oscillateur 4*4 - Brian's Brain"
,
4
,
4
,
"Brian's brain"
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
0
,
0
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
0
,
1
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
0
,
2
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
0
,
3
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
1
,
0
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
0
,
1
,
1
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
0
,
1
,
2
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
1
,
3
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
2
,
0
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
0
,
2
,
1
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
0
,
2
,
2
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
2
,
3
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
3
,
0
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
3
,
1
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
3
,
2
);
INSERT
INTO
Cellules
VALUES
(
1
,
1
,
2
,
3
,
3
);
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