Display the first 10 IP addresses that begin with a value greater than
192
.
Use the
split
function to split the IP address by '.', and then use the
arrayindex
function to retrieve the first value in the resulting array. Convert this to a number
and perform an arithmetic compare to arrive at a result set.