Mega Code Archive

 
Categories / MySQL Tutorial / Miscellaneous Functions
 

INET_NTOA(expr) does the opposite for INET_ATON

mysql> mysql> SELECT INET_NTOA(3520061480); +-----------------------+ | INET_NTOA(3520061480) | +-----------------------+ | 209.207.224.40        | +-----------------------+ 1 row in set (0.00 sec) mysql>