## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> MINUTE[MINUTE]:::quoted MINUTE --> End((END)) ``` ## Purpose The `MINUTE` SQL functions collects the minute from a date. Parameters: - Input: A dateTime. Returns: the minute as an integer.