INET_NTOA
Sintassi
INET_NTOA(espr)
Spiegazione
Dato un indirizzo di rete numerico in byte (4 o 8 byte), restituisce una rappresentazione stringa a ottetti puntati.
Esempi
MariaDB [test]> SELECT INET_NTOA(3232235777); +-----------------------+ | INET_NTOA(3232235777) | +-----------------------+ | 192.168.1.1 | +-----------------------+
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.