Snowpark Migration Accelerator: Values¶
Description¶
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)
Syntax¶
Sample Source Patterns¶
Setup data¶
Databricks¶
Snowflake¶
Pattern code¶
Databricks¶
c |
|---|
3 |
1 |
2 |
4 |
Snowflake¶
c |
|---|
3 |
1 |
2 |
4 |
Known Issues¶
No issues were found