You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,8 @@ import chdb
47
47
</script>
48
48
49
49
<!-- tabs:end -->
50
-
51
-
52
50
<!-- tabs:start -->
51
+
53
52
#### ** SQL dialect **
54
53
55
54
chDB is a wrapper around ClickHouse, so it supports exactly the same [SQL syntax](https://clickhouse.com/docs/en/sql-reference/syntax), including joins, CTEs, set operations, aggregations and window functions.
@@ -92,7 +91,6 @@ Note a couple of things here:
92
91
- The second argument to the `query` method specifies the output format. There are many [supported formats](/formats) such as `CSV`, `SQLInsert`, `JSON` and `XML` (try changing the format in the above example and re-running the code). The default one is `CSV`.
0 commit comments