INET_NTOA
Convert an integer to an IPv4 address. This function takes a numeric IP value and returns its dotted-quad string representation.
Syntax
INET_NTOA(expr)Description
Examples
SELECT INET_NTOA(3232235777);
+-----------------------+
| INET_NTOA(3232235777) |
+-----------------------+
| 192.168.1.1 |
+-----------------------+See Also
Last updated
Was this helpful?

