1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Update sqlstyle.guide.md

fixed typeo
This commit is contained in:
Wes Brown 2017-01-04 17:04:26 -06:00 committed by GitHub
parent ef60383bd0
commit 4dc3cee90a

View file

@ -38,7 +38,7 @@ Based on a work at [http://www.sqlstyle.guide][self].
SELECT
file_hash -- stored ssdeep hash
FROM
file_system
file_system
WHERE
file_name = '.vimrc';
```