URL_PORT
Syntax
URL_PORT(<URLÂ string>)
Description
Gets the port number of the URL provided as a string.
Examples
Column1 | URL_PORT returns |
---|---|
http://www.mydomain.com:80/path/ | 80 |
http://www.myexample.com:8080/index.jspx | 8080 |
http://www.google.de/ig?hl=de | -1 |