Question
Can I query a range of IP addresses when using ADQL to find browser records or session data?
Answer
It is not possible to query a range of IP addresses; however, users can add wildcard search to their query to achieve similar results.
Example:
Using the '|' (pipe) operator will not work:
'x.x.x.x'|'x.x.x.y'|'x.x.x.z'
Instead, use the wildcard search:
'x.x.x.*'
The above wildcard search will return all IP addresses beginning with x.x.x.