We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7548b0c commit e205d78Copy full SHA for e205d78
1 file changed
README.md
@@ -43,7 +43,7 @@ D SELECT IPv4StringToNum('127.0.0.1'), IPv4NumToString(2130706433);
43
The built-in `ch_scan` function can be used to query remote ClickHouse servers using the HTTP/s API
44
45
```sql
46
-D SELECT * FROM ch_scan("SELECT number * 2 FROM numbers(10)","https://play.clickhouse.com");
+D SELECT * FROM ch_scan("SELECT number * 2 FROM numbers(10)", "https://play.clickhouse.com");
47
```
48
49
## Supported Functions
0 commit comments