INET_NTOA(expr) does the opposite for INET_ATON : INET_NTOA « Miscellaneous Functions « MySQL Tutorial






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

mysql>








22.5.INET_NTOA
22.5.1.INET_NTOA(expr) does the opposite for INET_ATON