Hi,
I am trying to load data from Multiple excel files and load them into a Snowflake Table. Before loading into the Snowflake table, I need to delete the records in Snowflake Table based on the distinct values of the Year column from Excel data.
It should be somewhat similar to below shown in the SQL example.
Delete * from <Snowflake_Table>
where YearColumn=
(select distinct
YearColumn from Excel_File_Data)
But I am not able to perform this step on Alteryx. Can you please help me with this?
Thanks,
Eliyaz.