mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
manual.texi Add NOT BETWEEN operator.
This commit is contained in:
parent
3cdffc9b50
commit
2429320dcd
1 changed files with 4 additions and 0 deletions
|
@ -30196,6 +30196,10 @@ mysql> select 2 BETWEEN 2 AND 'x-3';
|
|||
-> 0
|
||||
@end example
|
||||
|
||||
@findex NOT BETWEEN
|
||||
@item expr NOT BETWEEN min AND max
|
||||
Same as @code{NOT (expr BETWEEN min AND max)}.
|
||||
|
||||
@findex IN
|
||||
@item expr IN (value,...)
|
||||
Returns @code{1} if @code{expr} is any of the values in the @code{IN} list,
|
||||
|
|
Loading…
Add table
Reference in a new issue