Commit 2029bd43 authored by jcole@tetra.spaceapes.com's avatar jcole@tetra.spaceapes.com
Browse files

Corrected misleading syntax example.

parent 953b24b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,3 +11,4 @@ sasha@mysql.sashanet.com
serg@serg.mysql.com
tim@threads.polyesthetic.msg
tim@white.box
jcole@tetra.spaceapes.com
+0 −2
Original line number Diff line number Diff line
@@ -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