Skip to content

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:

OperatorDescription
<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