ClickHouse/docs/ja/chdb/sql-reference.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
919 B
Markdown
Raw Normal View History

2024-11-18 02:58:58 +00:00
---
title: SQLリファレンス
sidebar_label: SQLリファレンス
slug: /ja/chdb/sql-reference
description: chDBのSQLリファレンス
keywords: [chdb, sql リファレンス]
---
chDBは、ClickHouseと同じSQL構文、ステートメント、エンジン、および関数をサポートしています
- [SQL構文](/docs/ja/sql-reference/syntax)
- [ステートメント](/docs/ja/sql-reference/statements)
- [テーブルエンジン](/docs/ja/engines/table-engines)
- [データベースエンジン](/docs/ja/engines/database-engines)
- [通常の関数](/docs/ja/sql-reference/functions)
- [集計関数](/docs/ja/sql-reference/aggregate-functions)
- [テーブル関数](/docs/ja/sql-reference/table-functions)
- [ウィンドウ関数](/docs/ja/sql-reference/window-functions)
詳細情報や例については、[ClickHouse SQLリファレンス](/docs/ja/sql-reference)をご覧ください。