## quote_ident
```mermaid
%%{init: {
'theme': 'base',
'themeVariables': {
'fontSize': '11px',
'nodePadding': '1',
'nodeBorder': '1',
'lineWidth': '0.8',
'fontFamily': 'Arial'
}
}}%%
flowchart LR
Start(( )) --> quote_ident
quote_ident -->| | QUOTE_IDENT
QUOTE_IDENT --> End(( ))
```