ClickHouse/docs/ja/chdb/sql-reference.md
2024-11-18 11:58:58 +09:00

21 lines
919 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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)をご覧ください。