Update docs/sql_cheatsheet.md

Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
Matthias 2020-07-12 12:36:16 +02:00 committed by GitHub
parent ecbca3fab0
commit ed2e35ba5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,4 +155,4 @@ DELETE FROM trades WHERE id = 31;
```
!!! Warning
This will remove this trade from the database. Please make sure you got the correct id and **NEVER** run this query without the where clause.
This will remove this trade from the database. Please make sure you got the correct id and **NEVER** run this query without the `where` clause.