Updated on 2024-11-11 GMT+08:00

Network Address Functions

Table 1 Network address functions

No.

MySQL

GaussDB

Difference

1

INET_ATON()

Supported.

-

2

INET_NTOA()

Supported.

-

3

INET6_ATON()

Supported.

-

4

INET6_NTOA()

Supported, with differences.

In GaussDB, the valid input parameter type can be VARBINARY or BINARY.

In MySQL, valid input parameter types include TINYBLOB, MEDIUMBLOB, LONGBLOB, and BLOB.

5

IS_IPV6()

Supported.

-

6

IS_IPV4()

Supported.

-