# SQL

> GreptimeDB SQL statements.

# SQL

## Data Types
* [Data Types](data-types.md)

## Statements and Clauses
* [ADMIN](./admin.md)
* [ALTER](./alter.md)
* [ANSI Compatibility](./compatibility.md)
* [CASE](./case.md)
* [CAST](./cast.md)
* [COPY](./copy.md)
* [CREATE](./create.md)
* [DELETE](./delete.md)
* [DESCRIBE TABLE](./describe_table.md)
* [DISTINCT](./distinct.md)
* [DROP](./drop.md)
* [EXPLAIN](./explain.md)
* [GROUP BY](./group_by.md)
* [HAVING](./having.md)
* [INSERT](./insert.md)
* [JOIN](./join.md)
* [LIMIT](./limit.md)
* [OFFSET](./offset.md)
* [ORDER BY](./order_by.md)
* [RANGE](./range.md)
* [REPLACE](./replace.md)
* [SELECT](./select.md)
* [SHOW](./show.md)
* [TQL](./tql.md)
* [TRUNCATE](./truncate.md)
* [WHERE](./where.md)
* [WITH](./with.md)

## Functions
* [Functions](./functions/overview.md)

## Information Schema
* [INFORMATION_SCHEMA](./information-schema/overview.md)

## Greptime Private
* [Greptime Private](./greptime-private/overview.md)
