useLegacySql property

bool? useLegacySql
getter/setter pair

Specifies whether to use BigQuery's legacy SQL for this view.

The default value is true. If set to false, the view uses BigQuery's GoogleSQL. Queries and views that reference this view must use the same flag value. A wrapper is used here because the default value is True.

Implementation

core.bool? useLegacySql;