Versions available for this page: CUBRID 8.4.3 | CUBRID 9.0.0 |
The INET_NTOA function receives a number and an IPv4 address string and returns them. The return type is VARCHAR.
INET_NTOA( expr )
SELECT INET_NTOA(3232235530);
inet_ntoa(3232235530)
======================
'192.168.0.10'