1
0
Fork 0
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:
Simon Holywell 2015-07-13 12:23:00 +01:00
parent e6fcdf95c9
commit 00276098d7

View file

@ -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';
```