Back to Trino

SQL language

docs/src/main/sphinx/language.md

480735 B
Original Source

SQL language

Trino is an ANSI SQL compliant query engine. This standard compliance allows Trino users to integrate their favorite data tools, including BI and ETL tools with any underlying data source.

Trino validates and translates the received SQL statements into the necessary operations on the connected data source.

This section provides a reference to the supported SQL data types and other general characteristics of the SQL support of Trino.

Refer to the following sections for further details:

{toctree}
:maxdepth: 2

language/sql-support
language/types
{toctree}
:maxdepth: 1

language/reserved
language/comments