North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: interger to I P address

  • From: Michael Holstein
  • Date: Wed Aug 27 12:16:06 2008

In MySQL :

mysql> SELECT INET_NTOA(ip_in_decimal) AS ipa;

.. or the reverse :

mysql> SELECT INET_ATON('dotted.quad') AS ipn;