Re: inet_aton in mysql, how to convert it to postresql?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



select inet_aton(namatable.host) from ...

how can i do in postresql??

Try these:

http://www.postgresql.org/docs/7.4/static/functions-net.html

You need to be using the 'inet' or 'cidr' types.

Chris


[Index of Archives]     [Postgresql General]     [Postgresql Admin]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Backpacking]     [Postgresql Jobs]

  Powered by Linux