Skip to main content
Version: 0.9

Overview

Query languages

Since v0.9, GreptimeDB supports view and CTE just like other databases, used to simplify queries:

Since GreptimeDB uses SQL as its main query language and supports both MySQL and PostgreSQL protocols, you can use mature SQL drivers that support MySQL or PostgreSQL to query data.

For more information, please refer to the SQL Tools documentation.

Query external data

GreptimeDB has the capability to query external data files. For more information, please refer to the Query External Data documentation.