Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
764d2ec9
Commit
764d2ec9
authored
Sep 24, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi DELETE grammer was not quite right (LOW_PRIORITY
manual.texi and QUICK are not mutually exclusive).
parent
5165a94b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Docs/manual.texi
Docs/manual.texi
+3
-3
No files found.
Docs/manual.texi
View file @
764d2ec9
...
@@ -35059,20 +35059,20 @@ only a given number of rows are changed.
...
@@ -35059,20 +35059,20 @@ only a given number of rows are changed.
@findex DELETE
@findex DELETE
@example
@example
DELETE [LOW_PRIORITY
|
QUICK] FROM table_name
DELETE [LOW_PRIORITY
] [
QUICK] FROM table_name
[WHERE where_definition]
[WHERE where_definition]
[ORDER BY ...]
[ORDER BY ...]
[LIMIT rows]
[LIMIT rows]
or
or
DELETE [LOW_PRIORITY
|
QUICK] table_name[.*] [,table_name[.*] ...]
DELETE [LOW_PRIORITY
] [
QUICK] table_name[.*] [,table_name[.*] ...]
FROM table-references
FROM table-references
[WHERE where_definition]
[WHERE where_definition]
or
or
DELETE [LOW_PRIORITY
|
QUICK]
DELETE [LOW_PRIORITY
] [
QUICK]
FROM table_name[.*], [table_name[.*] ...]
FROM table_name[.*], [table_name[.*] ...]
USING table-references
USING table-references
[WHERE where_definition]
[WHERE where_definition]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment