Snowpark Migration Accelerator: Distinct¶
描述¶
Select all unique rows from the referenced tables. (Databricks SQL Language Reference SELECT (https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select.html))
DISTINCT removes duplicate rows from your query results. (Snowflake SQL Language Reference SELECT)
语法¶
示例源模式¶
设置数据¶
Databricks¶
Snowflake¶
模式代码¶
Databricks¶
c |
|---|
3 |
1 |
2 |
4 |
Snowflake¶
c |
|---|
3 |
1 |
2 |
4 |
已知问题¶
未发现任何问题