We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9796bd1 commit 051a61dCopy full SHA for 051a61d
README.md
@@ -65,7 +65,7 @@ create table companies
65
);
66
67
-- add some companies
68
-insert into table companies (name) values
+insert into companies (name) values
69
('company 1'),('company 2'),('company 2');
70
71
-- this is the parent table
0 commit comments