Skip to content

Commit

Permalink
Correct SQL error
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jul 13, 2015
1 parent e6fcdf9 commit 0027609
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 @@ -49,7 +49,7 @@ Based on a work at [http://www.sqlstyle.guide][self].
structures.

```sql
SELECT file_hash, -- stored ssdeep hash
SELECT file_hash -- stored ssdeep hash
FROM file_system
WHERE file_name = '.vimrc';
```
Expand Down Expand Up @@ -1270,4 +1270,4 @@ ZONE
[self]: http://www.sqlstyle.guide
"SQL style guide by Simon Holywell"
[licence]: http://creativecommons.org/licenses/by-sa/4.0/
"Creative Commons Attribution-ShareAlike 4.0 International License"
"Creative Commons Attribution-ShareAlike 4.0 International License"

0 comments on commit 0027609

Please sign in to comment.