Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85a45f1

Browse files
committed
Fix DELETE syntax
1 parent 89ecc4e commit 85a45f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/statements/DELETE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33

44
## Syntax
5-
- DELETE [table ref](/concepts/table_ref.rs) FROM
5+
- DELETE
6+
- \[[table ref](/concepts/table_ref.rs)\]
7+
- FROM
68
- [table](/concepts/table.md) \*\[[JOIN](/other/join.md) [table](/concepts/table.md)\]
79
- \[[WHERE](/other/where.md) [expression](/concepts/expression.md)\]

0 commit comments

Comments
 (0)