Snowpark Migration Accelerator: Values¶
描述¶
Creates a temporary table within the query that can be used immediately. For more information, see Databricks SQL Language Reference VALUES (https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-values.html).
The VALUES sub-clause in a SELECT statement's FROM clause lets you define a set of fixed values to create a specific number of rows. (Snowflake SQL Language Reference VALUES)
语法¶
示例源模式¶
设置数据¶
Databricks¶
Snowflake¶
模式代码¶
Databricks¶
c |
|---|
3 |
1 |
2 |
4 |
Snowflake¶
c |
|---|
3 |
1 |
2 |
4 |
已知问题¶
未发现任何问题