diff options
author | paul@teton.kitebird.com <> | 2002-10-06 14:07:25 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2002-10-06 14:07:25 -0500 |
commit | 444d420401667bb161df502c423c3b1fd9b5a47a (patch) | |
tree | b6507fcc7a3d5802bc747997c54abcb535596fe0 | |
parent | 23270596c495bf028b55a7c5911b64f946b50584 (diff) | |
download | mariadb-git-444d420401667bb161df502c423c3b1fd9b5a47a.tar.gz |
manual.texi UPDATE description mentioned ORDER BY, but it was
manual.texi missing from the syntax diagram.
-rw-r--r-- | Docs/manual.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 9fad4a79551..6b638261d26 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -35016,6 +35016,7 @@ DELAYED} when you are really sure you need it! UPDATE [LOW_PRIORITY] [IGNORE] tbl_name SET col_name1=expr1 [, col_name2=expr2, ...] [WHERE where_definition] + [ORDER BY ...] [LIMIT #] @end example |