Hi Baron. Thanks for reply. If I understand correctly, inet_ntoa() and inet_aton() are not capable of handling CIDR notation.
On 5/15/07, Baron Schwartz <[EMAIL PROTECTED]> wrote:
Hello, js wrote: > Hi. > > Today I found postgresql's neat feature, inet operators, > which allows you to do > > inet '192.168.1/24' >> inet '192.168.1.5' > > http://www.postgresql.org/docs/current/static/functions-net.html > > Is there anyway to do this using MySQL? Yes. Have a look at the inet_ntoa() and inet_aton() functions. Cheers Baron
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]