elsenorjose
Technical User
In my database there is a table that stores URLs. In the URL there is a string that identifies a specific port in the form of: '
What I've been asked to do is identify ports that exist in certain ranges, for example between 1 and 100.
How would I extract just the numeric part of that string, convert it to int or other numeric so I can do a >=1 and <=100 query?
Thanks in advance.
What I've been asked to do is identify ports that exist in certain ranges, for example between 1 and 100.
How would I extract just the numeric part of that string, convert it to int or other numeric so I can do a >=1 and <=100 query?
Thanks in advance.