Skip to content

Commit

Permalink
Correct reference to keyword definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jul 6, 2015
1 parent 974faf2 commit 855e9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/sqlstyle.guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SELECT first_name

### Reserved words

Always use uppercase for the [reserved keywords](#keyword-reference) like
Always use uppercase for the [reserved keywords](#reserved-keyword-reference) like
`SELECT` and `WHERE`.

It is best to avoid the abbreviated keywords and use the full length ones where
Expand Down Expand Up @@ -93,7 +93,7 @@ SELECT a.release_date,
### General

* Ensure the name is unique and does not exist as a
[reserved keyword](#keyword-reference)
[reserved keyword](#reserved-keyword-reference)
* Keep the length to a maximum of 30 bytes—in practice this is 30 characters
unless you are using multibyte charset
* Names must begin with a letter and may not end with an underscore
Expand Down

0 comments on commit 855e9dd

Please sign in to comment.