FROM
Translation specification for the FROM clause in BigQuery to Snowflake
Description
FROM from_clause[, ...]
from_clause:
from_item
[ { pivot_operator | unpivot_operator } ]
[ tablesample_operator ]
from_item:
{
table_name [ as_alias ] [ FOR SYSTEM_TIME AS OF timestamp_expression ]
| { join_operation | ( join_operation ) }
| ( query_expr ) [ as_alias ]
| field_path
| unnest_operator
| cte_name [ as_alias ]
}
as_alias:
[ AS ] aliasSample Source Patterns
Setup data
BigQuery
Snowflake
TABLESAMPLE
BigQuery
Snowflake
FOR SYSTEM_TIME
BigQuery
Snowflake
Known Issues
Related EWIs
Last updated
Was this helpful?