> -----Original Message-----
> From: js [mailto:[EMAIL PROTECTED]
> Sent: 15 May 2007 15:31
> To: MySQL List
> Subject: Network address functions in MySQL?
>
>
>  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?
>

Although it wouldn't be as need as using the >> and similar operators, you
could achieve the same with MySQL's INET_ATON and INET_NTOA functions.

Edward


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to