Skip to contents

Remove duplicate rows from a Snowflake table

Usage

remove_duplicates(myconn, table)

Arguments

myconn

A connection to the Snowflake database

table

The table to remove duplicates from

Examples

remove_duplicates(table)
#> Error in sprintf("CREATE TABLE new_table LIKE %s COPY GRANTS;", table): argument "table" is missing, with no default