insert OVERWRITE into table1
select * from table2 where City = SFO
I noticed that Snowflake STREAM captured all rows of the table instead of just City=SFO
Any thoughts?
insert overwrite deletes all rows from table1 , so the stream is capturing all deleted rows plus the inserted rows in table 1 with city=SFO from table2.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With