Skip to content

Commit 7c871ad

Browse files
dioptrelmangani
andauthored
Update README.md (#29)
Co-authored-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
1 parent e1fb811 commit 7c871ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ D CREATE SECRET extra_http_headers (
5858
);
5959
--- Query using the HTTP API
6060
D SELECT * FROM ch_scan("SELECT number * 2 FROM numbers(10)", "https://play.clickhouse.com");
61+
--- Or on your local
62+
SELECT * FROM ch_scan("SELECT number * 2 FROM numbers(10)", "http://localhost:8123", user:='default', format:='parquet');
6163
```
6264

6365
## Supported Functions

0 commit comments

Comments
 (0)