Skip to main content
Creates a table and loads data into it based on the SELECT query. The table column names and types are automatically inferred based on the output columns of the SELECT. When specifying explicit column names, those override the column names inferred from SELECT.

Syntax

Parameters

Remarks

Unlike a traditional CREATE statement, the primary index and partition definition must come before the AS clause.