View column name list
Description
The view's column name list is optional. The names must be unique but do not have to be the same as the column names of the underlying SQL query. (BigQuery SQL Language Reference View column name list)
This syntax is fully supported in Snowflake.
Grammar Syntax
view_column_name_list :=
view_column [OPTIONS(view_column_option_list)] [, ...]
view_column_option_list :=
DESCRIPTION = valueSample Source Patterns
Input Code:
Output Code:
Known Issues
There are no known Issues.
Related EWIs
There are no related EWIs.
Last updated
