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).
|
|
|
|
|
|
|
|
**Parameters** (Optional)
|
|
|
|
|
2020-03-21 04:11:51 +00:00
|
|
|
- `x` — Description. [Type name](relative/path/to/type/dscr.md#type).
|
|
|
|
- `y` — Description. [Type name](relative/path/to/type/dscr.md#type).
|
2020-01-21 15:17:09 +00:00
|
|
|
|
|
|
|
**Returned value(s)**
|
|
|
|
|
2020-03-21 04:11:51 +00:00
|
|
|
- Returned values list.
|
2020-01-21 15:17:09 +00:00
|
|
|
|
|
|
|
Type: [Type](relative/path/to/type/dscr.md#type).
|
|
|
|
|
|
|
|
**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](#)
|