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.
2 parents e5c89a8 + 619bc23 commit 65aff36Copy full SHA for 65aff36
1 file changed
episodes/02-selecting-sorting-data.md
@@ -53,7 +53,7 @@ FROM articles;
53
If we want more information, we can add a new column to the list of fields right after `SELECT`:
54
55
~~~
56
-SELECT Title, Authors, ISSNs, Year
+SELECT Title, Authors, ISSNs, Year, DOI
57
FROM articles;
58
59
{: .sql}
0 commit comments