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.
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 |
既知の問題¶
問題は見つかりませんでした