Skip to content

Trino

PropertyValue
Labeltrino
Inherits Fromansi

Default Casing: lowercase, although the case of a reference is used in the result set column label. If a column is defined using CREATE TEMPORARY TABLE foo (COL1 int), then SELECT * FROM foo returns a column labelled col1, however SELECT COL1 FROM foo returns a column labelled COL1.

Quotes: String Literals: '', Identifiers: ""

The dialect for Trino.

Released under the MIT License.