We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fb811 commit 7c871adCopy full SHA for 7c871ad
1 file changed
README.md
@@ -58,6 +58,8 @@ D CREATE SECRET extra_http_headers (
58
);
59
--- Query using the HTTP API
60
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');
63
```
64
65
## Supported Functions
0 commit comments