Skip to content

Commit

Permalink
Merge pull request swcarpentry#45 from wking/upcase-select
Browse files Browse the repository at this point in the history
01-select.md: Fix 'select' -> 'SELECT' where we introduce it
  • Loading branch information
mckays630 committed Mar 26, 2015
2 parents cb744a3 + 335f676 commit 9eb1ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ data, but instead have a special `-null-` entry:
we'll return to these missing values [later](05-null.html).
For now,
let's write an SQL query that displays scientists' names.
We do this using the SQL command `select`,
We do this using the SQL command `SELECT`,
giving it the names of the columns we want and the table we want them from.
Our query and its output look like this:

Expand Down

0 comments on commit 9eb1ce7

Please sign in to comment.