manual.texi DELETE grammer was not quite right (LOW_PRIORITY

manual.texi	and QUICK are not mutually exclusive).
parent 5165a94b
...@@ -35059,20 +35059,20 @@ only a given number of rows are changed. ...@@ -35059,20 +35059,20 @@ only a given number of rows are changed.
@findex DELETE @findex DELETE
@example @example
DELETE [LOW_PRIORITY | QUICK] FROM table_name DELETE [LOW_PRIORITY] [QUICK] FROM table_name
[WHERE where_definition] [WHERE where_definition]
[ORDER BY ...] [ORDER BY ...]
[LIMIT rows] [LIMIT rows]
or or
DELETE [LOW_PRIORITY | QUICK] table_name[.*] [,table_name[.*] ...] DELETE [LOW_PRIORITY] [QUICK] table_name[.*] [,table_name[.*] ...]
FROM table-references FROM table-references
[WHERE where_definition] [WHERE where_definition]
or or
DELETE [LOW_PRIORITY | QUICK] DELETE [LOW_PRIORITY] [QUICK]
FROM table_name[.*], [table_name[.*] ...] FROM table_name[.*], [table_name[.*] ...]
USING table-references USING table-references
[WHERE where_definition] [WHERE where_definition]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment