summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-07-15 13:16:01 +0200
committerunknown <serg@serg.mysql.com>2001-07-15 13:16:01 +0200
commit7c7a4bc8de87999acb6df8d82f440e50dddb86fc (patch)
tree55e961e621644b0da22936998b1086a2c54d042e /Docs
parent13448d108957e59875cb35bddb6e7816b13316c9 (diff)
downloadmariadb-git-7c7a4bc8de87999acb6df8d82f440e50dddb86fc.tar.gz
second INSERT ... SELECT removed
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 49ef490e364..aa7ec775755 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -20512,8 +20512,6 @@ or INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
or INSERT [LOW_PRIORITY | DELAYED] [IGNORE]
[INTO] tbl_name
SET col_name=expression, col_name=expression, ...
-or INSERT [LOW_PRIORITY] [IGNORE] [INTO] tbl_name
- SELECT ...
@end example