ClickHouse/docs/en/sql-reference/table-functions/sqlite.md

52 lines
903 B
Markdown
Raw Normal View History

2021-08-15 14:11:37 +00:00
---
toc_priority: 55
toc_title: sqlite
---
## sqlite {#sqlite}
2021-08-15 13:53:49 +00:00
Short description.
2021-08-15 14:11:37 +00:00
**Syntax**
2021-08-15 13:53:49 +00:00
``` sql
<function syntax>
```
Alias: `<alias name>`. (Optional)
More text (Optional).
**Arguments** (Optional)
- `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).
**Returned value(s)**
- Returned values list.
Type: [Type name](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](#)