Skip to content

Commit

Permalink
Update docs/sql_cheatsheet.md
Browse files Browse the repository at this point in the history
Co-authored-by: hroff-1902 <[email protected]>
  • Loading branch information
xmatthias and hroff-1902 authored Jul 12, 2020
1 parent ecbca3f commit ed2e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql_cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ed2e35b

Please sign in to comment.