Input Table Schema
Column Name | Data Type | Description |
---|---|---|
target_column | CHAR/VARCHAR | Column that contains the data to filter. |
transactionid_column | ANY (allowed by Partition By Clause) | Column that contains the transactionid column. |
partition_column | ANY (allowed by Partition By Clause) | Column to copy to output table. Used to partition input data and output table. |