## Syntax
```mermaid
%%{init: {
'theme': 'base',
'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' },
'themeVariables': {
'fontSize': '11px',
'fontFamily': 'Arial'
}
}}%%
flowchart LR
Start((START)) --> TO_GUID[TO_GUID]:::quoted
TO_GUID --> End((END))
```
## Purpose
The `TO_GUID` SQL function converts a value into a guid.
Parameters:
- Input: value to convert.
Returns: the input converted to a guid.