URL_QUERY
Syntax
URL_QUERY(<URLÂ string>)
Description
Gets the query part of the URL provided as string.
Examples
Column1 | URL_QUERY returns |
---|---|
http://ddate.cisco211.de/api.php?fg=fff&bg=0&ty=fg | fg=fff&bg=0&ty=fg |
http://cisco211.de/?root:sub1:sub2 | root:sub1:sub2 |