We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ecc4e commit 85a45f1Copy full SHA for 85a45f1
src/statements/DELETE.md
@@ -2,6 +2,8 @@
2
3
4
## Syntax
5
-- DELETE [table ref](/concepts/table_ref.rs) FROM
+- DELETE
6
+- \[[table ref](/concepts/table_ref.rs)\]
7
+- FROM
8
- [table](/concepts/table.md) \*\[[JOIN](/other/join.md) [table](/concepts/table.md)\]
9
- \[[WHERE](/other/where.md) [expression](/concepts/expression.md)\]
0 commit comments