2020-06-15 18:55:04 +00:00
|
|
|
## functionName {#functionname-in-lower-case}
|
2020-01-21 15:17:09 +00:00
|
|
|
|
|
|
|
Short description.
|
|
|
|
|
|
|
|
**Syntax** (without SELECT)
|
|
|
|
|
2020-03-21 04:11:51 +00:00
|
|
|
``` sql
|
2020-01-21 15:17:09 +00:00
|
|
|
<function syntax>
|
|
|
|
```
|
|
|
|
|
|
|
|
Alias: `<alias name>`. (Optional)
|
|
|
|
|
|
|
|
More text (Optional).
|
|
|
|
|
2021-02-15 21:22:10 +00:00
|
|
|
**Arguments** (Optional)
|
2020-01-21 15:17:09 +00:00
|
|
|
|
2021-03-06 08:59:50 +00:00
|
|
|
- `x` — Description. Optional (only for optional arguments). Possible values: <values list>. Default value: <value>. [Type name](relative/path/to/type/dscr.md#type).
|
|
|
|
- `y` — Description. Optional (only for optional arguments). Possible values: <values list>.Default value: <value>. [Type name](relative/path/to/type/dscr.md#type).
|
2020-01-21 15:17:09 +00:00
|
|
|
|
2021-02-15 21:22:10 +00:00
|
|
|
**Parameters** (Optional, only for parametric aggregate functions)
|
|
|
|
|
2021-03-06 19:15:39 +00:00
|
|
|
- `z` — Description. Optional (only for optional parameters). Possible values: <values list>. Default value: <value>. [Type name](relative/path/to/type/dscr.md#type).
|
2021-02-15 21:22:10 +00:00
|
|
|
|
2020-01-21 15:17:09 +00:00
|
|
|
**Returned value(s)**
|
|
|
|
|
2021-03-06 19:18:05 +00:00
|
|
|
- Returned values list.
|
|
|
|
|
|
|
|
Type: [Type name](relative/path/to/type/dscr.md#type).
|
2020-01-21 15:17:09 +00:00
|
|
|
|
|
|
|
**Example**
|
|
|
|
|
|
|
|
The example must show usage and/or a use cases. The following text contains recommended parts of an example.
|
|
|
|
|
|
|
|
Input table (Optional):
|
|
|
|
|
2020-03-21 04:11:51 +00:00
|
|
|
``` text
|
2020-01-21 15:17:09 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Query:
|
|
|
|
|
2020-03-21 04:11:51 +00:00
|
|
|
``` sql
|
2020-01-21 15:17:09 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Result:
|
|
|
|
|
2020-03-21 04:11:51 +00:00
|
|
|
``` text
|
2020-01-21 15:17:09 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
**See Also** (Optional)
|
|
|
|
|
2020-03-21 04:11:51 +00:00
|
|
|
- [link](#)
|