Remove Duplicate Rows
Deletes duplicate rows from the table, optionally based on specified columns.
Overview
Input Concepts
Concept
Type
Description
Default
Required
Output Concepts
Concept
Description
Examples
1. Removing Duplicates - Default Behavior
create a sample table
remove the duplicates from the table2. Removing Duplicates by Specifying Columns to Consider
create a sample table
remove the duplicates from the sample table where
the uniqueness columns are "name", "age"Last updated
Was this helpful?
