Skip to content

Commit

Permalink
Update 09-create.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jyssy authored Apr 26, 2023
1 parent 8e26da7 commit aa9e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/09-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ We can also insert values into one table directly from another:

~~~
CREATE TABLE "myjournals"(Journal_Title text, ISSNs text);
INSERT INTO "myjournals" SELECT Journal_Title, long ISSNs journals;
INSERT INTO "myjournals" SELECT Journal_Title, ISSNs FROM journals;
~~~
{: .sql}

Expand Down

0 comments on commit aa9e12a

Please sign in to comment.