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 1c10be6 + 95d5d2b commit c6b12bfCopy full SHA for c6b12bf
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