mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update syntax.md
This commit is contained in:
parent
a389180f42
commit
f8ac49bb86
@ -152,6 +152,12 @@ SELECT
|
|||||||
{d: Map(String, Array(UInt8))};
|
{d: Map(String, Array(UInt8))};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Result:
|
||||||
|
|
||||||
|
```response
|
||||||
|
13 str 2022-08-04 18:30:53 {'10':[11,12],'13':[14,15]}
|
||||||
|
```
|
||||||
|
|
||||||
If you are using `clickhouse-client`, the parameters are specified as `--param_name=value`. For example, the following parameter has the name `message` and it is being retrieved as a `String`:
|
If you are using `clickhouse-client`, the parameters are specified as `--param_name=value`. For example, the following parameter has the name `message` and it is being retrieved as a `String`:
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
|
Loading…
Reference in New Issue
Block a user