## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> ASCII[ASCII]:::quoted ASCII --> End((END)) ``` ## Purpose The `ASCII` SQL function gets the position of a character on database character set. Parameters: - Input: character to get position from. Returns: the position of the character on database character set.