Commit ec2061bd authored by unknown's avatar unknown

Corrected misleading syntax example.


BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent d989bd3f
...@@ -11,3 +11,4 @@ sasha@mysql.sashanet.com ...@@ -11,3 +11,4 @@ sasha@mysql.sashanet.com
serg@serg.mysql.com serg@serg.mysql.com
tim@threads.polyesthetic.msg tim@threads.polyesthetic.msg
tim@white.box tim@white.box
jcole@tetra.spaceapes.com
...@@ -19999,7 +19999,6 @@ keys that compress very good. ...@@ -19999,7 +19999,6 @@ keys that compress very good.
@example @example
DELETE [LOW_PRIORITY] FROM tbl_name DELETE [LOW_PRIORITY] FROM tbl_name
[WHERE where_definition] [WHERE where_definition]
@c [ORDER BY ...]
[LIMIT rows] [LIMIT rows]
@end example @end example
...@@ -21345,7 +21344,6 @@ For more information about the efficiency of @code{INSERT} versus ...@@ -21345,7 +21344,6 @@ For more information about the efficiency of @code{INSERT} versus
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