postgresql - Postgres Check if IP (inet) is IN a list of IP Ranges -


I want to know if an IP is present in the range of boundaries, such as: SELECT * fROM ip_address WHERE Ip IN (& lt; list of ip categories & gt;)

in postgrascape documentation & lt; & Lt; To check the operator to check whether an IP is contained in an IP range, such as: inet '192.168.1.5' & lt; & Lt; Inet '192.168.1 / 24' , but I'm not sure if it's used to write any category & lt; & Lt; & Lt; & Lt; S is to do without the series.

  int '192.168.1.5' & lt; & Lt; Any (array ['19 2.168.1 / 24', '10 / 8 ']: inset []); ? Column? ---------- T   



Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -