manual.texi UPDATE description mentioned ORDER BY, but it was

manual.texi	missing from the syntax diagram.
parent 23270596
...@@ -35016,6 +35016,7 @@ DELAYED} when you are really sure you need it! ...@@ -35016,6 +35016,7 @@ DELAYED} when you are really sure you need it!
UPDATE [LOW_PRIORITY] [IGNORE] tbl_name UPDATE [LOW_PRIORITY] [IGNORE] tbl_name
SET col_name1=expr1 [, col_name2=expr2, ...] SET col_name1=expr1 [, col_name2=expr2, ...]
[WHERE where_definition] [WHERE where_definition]
[ORDER BY ...]
[LIMIT #] [LIMIT #]
@end example @end example
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