I have a 'range' of integers (in this case destination ports) that occur:
For example: 33848-33254.
I want to select 'all' of these without having to do one at a time. is there a range operator? Or should I just use 'between'?
|
I have a 'range' of integers (in this case destination ports) that occur: For example: 33848-33254. I want to select 'all' of these without having to do one at a time. is there a range operator? Or should I just use 'between'? |
||||
|
|
|
|||
|
|
|
You can use
or
|
|||||||||
|