Corrected misleading syntax example.

parent 953b24b4
......@@ -11,3 +11,4 @@ sasha@mysql.sashanet.com
serg@serg.mysql.com
tim@threads.polyesthetic.msg
tim@white.box
jcole@tetra.spaceapes.com
......@@ -19999,7 +19999,6 @@ keys that compress very good.
@example
DELETE [LOW_PRIORITY] FROM tbl_name
[WHERE where_definition]
@c [ORDER BY ...]
[LIMIT rows]
@end example
......@@ -21345,7 +21344,6 @@ For more information about the efficiency of @code{INSERT} versus
UPDATE [LOW_PRIORITY] [IGNORE] tbl_name
SET col_name1=expr1, [col_name2=expr2, ...]
[WHERE where_definition]
[ORDER BY ...]
[LIMIT #]
@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