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
03014722
Verified
Commit
03014722
authored
Jun 09, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Sql errors
parent
72aaa648
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/
B
riffeath.sql
→
sql/
G
riffeath.sql
View file @
03014722
...
...
@@ -52,7 +52,7 @@ INSERT INTO Etats VALUES(
-- utilise un voisinage de Von Neumann de rayon 2 (pas trouvé un voisinage universel dans la littérature)
INSERT
INTO
regles_voisinage
VALUES
(
"
B
riffeath"
,
"
G
riffeath"
,
1
,
2
);
...
...
sql/brians_brain.sql
View file @
03014722
...
...
@@ -134,7 +134,6 @@ INSERT INTO reseaux VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
0
,
0
...
...
@@ -142,7 +141,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
0
,
1
...
...
@@ -150,7 +148,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
0
,
0
,
2
...
...
@@ -158,7 +155,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
0
,
0
,
3
...
...
@@ -166,7 +162,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
0
,
4
...
...
@@ -174,7 +169,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
0
,
1
,
0
...
...
@@ -182,7 +176,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
1
,
1
...
...
@@ -190,7 +183,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
1
,
2
...
...
@@ -198,7 +190,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
0
,
1
,
3
...
...
@@ -206,7 +197,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
0
,
1
,
4
...
...
@@ -214,7 +204,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
2
,
0
...
...
@@ -222,7 +211,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
2
,
1
...
...
@@ -230,7 +218,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
2
,
2
...
...
@@ -238,7 +225,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
0
,
2
,
3
...
...
@@ -246,7 +232,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
2
,
4
...
...
@@ -254,7 +239,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
4
,
0
...
...
@@ -262,7 +246,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
4
,
1
...
...
@@ -270,7 +253,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
4
,
2
...
...
@@ -278,7 +260,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
4
,
3
...
...
@@ -286,7 +267,6 @@ INSERT INTO Cellules VALUES(
INSERT
INTO
Cellules
VALUES
(
0
,
1
,
2
,
4
,
4
...
...
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