mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
f0eafed520
* CLICKHOUSEDOCS-678: Updated ASOF Join Usage. * CLICKHOUSEDOCS-678: Updated templates. * Update docs/ru/sql-reference/statements/select/join.md Co-authored-by: Ivan Blinkov <github@blinkov.ru> * CLICKHOUSEDOCS-678: Update by comments. Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru> Co-authored-by: emironyuk <em@don.ru> Co-authored-by: Ivan Blinkov <github@blinkov.ru>
48 lines
707 B
Markdown
48 lines
707 B
Markdown
## functionName {#functionname-in-lower-case}
|
|
|
|
Short description.
|
|
|
|
**Syntax** (without SELECT)
|
|
|
|
``` sql
|
|
<function syntax>
|
|
```
|
|
|
|
Alias: `<alias name>`. (Optional)
|
|
|
|
More text (Optional).
|
|
|
|
**Parameters** (Optional)
|
|
|
|
- `x` — Description. [Type name](relative/path/to/type/dscr.md#type).
|
|
- `y` — Description. [Type name](relative/path/to/type/dscr.md#type).
|
|
|
|
**Returned value(s)**
|
|
|
|
- Returned values list.
|
|
|
|
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):
|
|
|
|
``` text
|
|
```
|
|
|
|
Query:
|
|
|
|
``` sql
|
|
```
|
|
|
|
Result:
|
|
|
|
``` text
|
|
```
|
|
|
|
**See Also** (Optional)
|
|
|
|
- [link](#)
|