mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Correct SQL error
This commit is contained in:
parent
e6fcdf95c9
commit
00276098d7
1 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
```
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue