Skip to content

Commit

Permalink
Fixes typo in SQL script
Browse files Browse the repository at this point in the history
  • Loading branch information
hlapp committed Sep 17, 2024
1 parent 154b7fa commit 88e0077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ncbi-transform.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE Node1 (
Parent_ID INTEGER
REFERENCES Node1(ID),
"Left" INTEGER,
"RIGHT" INTEGER
"Right" INTEGER
);

INSERT INTO Node1 (ID, Name, Parent_ID, "Left", "Right")
Expand Down

0 comments on commit 88e0077

Please sign in to comment.