Appearance
Network Address Functions
This section covers network address functions and operators.
These functions are supported for use with the IPV4
, IPV6
, MACADDR
, and MACADDR8
data types.
The following operators work on network address data types:
Operator | Description |
---|---|
< | Less than |
> | Greater than |
<= | Less than or equal to |
>= | Greater than or equal to |
= | Equal to |
<> or != | Not equal to |
~ | Bitwise NOT |
& | Bitwise AND |
| | Bitwise OR |
In This Section
Parent topic:SQL Functions and Operators