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