Skip to content

Commit 65aff36

Browse files
authored
Merge pull request #141 from RonHLEb/patch-1
Added DOI column in the "more information" example
2 parents e5c89a8 + 619bc23 commit 65aff36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/02-selecting-sorting-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ FROM articles;
5353
If we want more information, we can add a new column to the list of fields right after `SELECT`:
5454

5555
~~~
56-
SELECT Title, Authors, ISSNs, Year
56+
SELECT Title, Authors, ISSNs, Year, DOI
5757
FROM articles;
5858
~~~
5959
{: .sql}

0 commit comments

Comments
 (0)