URL_PATH
Syntax
URL_PATH(<URLÂ string>)
Description
Gets the path part of the URL provided as string according to the Java URL API.
Examples
Column1 | URL_PATH returns |
---|---|
http://www.datameer.com/info/index.html | /info/index.html |
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=MOD+function | /webhp |