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';
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue