We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f9409 commit 3bc6f4aCopy full SHA for 3bc6f4a
1 file changed
episodes/09-create.md
@@ -88,7 +88,7 @@ We can also insert values into one table directly from another:
88
89
~~~
90
CREATE TABLE "myjournals"(Journal_Title text, ISSNs text);
91
-INSERT INTO "myjournals" SELECT Journal_Title, long ISSNs journals;
+INSERT INTO "myjournals" SELECT Journal_Title, ISSNs FROM journals;
92
93
{: .sql}
94
0 commit comments