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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
2429320d
Commit
2429320d
authored
Mar 29, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi Add NOT BETWEEN operator.
parent
3cdffc9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Docs/manual.texi
Docs/manual.texi
+4
-0
No files found.
Docs/manual.texi
View file @
2429320d
...
@@ -30196,6 +30196,10 @@ mysql> select 2 BETWEEN 2 AND 'x-3';
...
@@ -30196,6 +30196,10 @@ mysql> select 2 BETWEEN 2 AND 'x-3';
-> 0
-> 0
@end example
@end example
@findex NOT BETWEEN
@item expr NOT BETWEEN min AND max
Same as @code{NOT (expr BETWEEN min AND max)}.
@findex IN
@findex IN
@item expr IN (value,...)
@item expr IN (value,...)
Returns @code{1} if @code{expr} is any of the values in the @code{IN} list,
Returns @code{1} if @code{expr} is any of the values in the @code{IN} list,
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