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:
parent
ef60383bd0
commit
4dc3cee90a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Based on a work at [http://www.sqlstyle.guide][self].
|
||||||
SELECT
|
SELECT
|
||||||
file_hash -- stored ssdeep hash
|
file_hash -- stored ssdeep hash
|
||||||
FROM
|
FROM
|
||||||
file_system
|
file_system
|
||||||
WHERE
|
WHERE
|
||||||
file_name = '.vimrc';
|
file_name = '.vimrc';
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue