Hi All,
I have a database that has 3 columns in it (that matter for this discussion).
IP_LOW - the low number of an IP Range owned by a company
IP_HIGH - the high number of an IP Range owned by a company
IP_EXPRESSION - the regular expression of the entire range
I would like to company every IP_LOW to EVERY OTHER RANGE to make sure that it doesn't fit within another range. The UNIQUE function has allowed me to ensure no duplicates, but that doesn't mean that one IP_LOW couldn't fit between the IP_LOW and IP_HIGH of another entry for example.
Ideally, I would like to run a query that will identify/output the records that have an IP_LOW (or IP_HIGH for that matter) that fit within a range of other entries.
Any ideas / tips / tricks on how to accomplish this would be much appreciated.
Thanks in advance.
I have a database that has 3 columns in it (that matter for this discussion).
IP_LOW - the low number of an IP Range owned by a company
IP_HIGH - the high number of an IP Range owned by a company
IP_EXPRESSION - the regular expression of the entire range
I would like to company every IP_LOW to EVERY OTHER RANGE to make sure that it doesn't fit within another range. The UNIQUE function has allowed me to ensure no duplicates, but that doesn't mean that one IP_LOW couldn't fit between the IP_LOW and IP_HIGH of another entry for example.
Ideally, I would like to run a query that will identify/output the records that have an IP_LOW (or IP_HIGH for that matter) that fit within a range of other entries.
Any ideas / tips / tricks on how to accomplish this would be much appreciated.
Thanks in advance.