## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> URLDECODE[URLDECODE]:::quoted URLDECODE --> End((END)) ``` ## Purpose The `URLDECODE` SQL function decodes a url. Parameters: - Url: url to decode. Returns: the decoded url.