How to compare IP address (whose column datatype is ARRAY of String) for a particular range in PostgreSQL
In PostgreSQL,
I have a column named as ‘IP’ whose Datatype is Array. I want to filter the records where IP are between the particular range. I tried below queries but throwing error in postgresql.
How to compare IP address (whose column datatype is ARRAY) for a particular range in PostgreSQL
In PostgreSQL,
I have a column named as ‘IP’ whose Datatype is Array. I want to filter the records where IP are between the particular range. I tried below queries but throwing error in postgresql.