Update syntax.md

This commit is contained in:
Rich Raposa 2023-01-11 12:09:23 -07:00 committed by GitHub
parent a389180f42
commit f8ac49bb86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,6 +152,12 @@ SELECT
{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`:
```sql