Attribute

Syntax (SY)

Purpose

Specifies the Google BigQuery SQL dialect to be used for querying data.

Valid Values

standard | legacy

Behavior

If set to standard, the driver uses the standard SQL dialect for querying data.

If set to legacy, the driver uses the legacy SQL dialect for querying data.

Default

standard

See also

Standard and legacy SQL support