10 ms·
I think snowflake supports this. https://docs.snowflake.com/en/sql-reference/operators-query.html#minus-except https://docs.snowflake.com/en/sql-reference/oper
by malcolp 4y ago
I think snowflake supports this.
https://docs.snowflake.com/en/sql-reference/operators-query.html#minus-except https://docs.snowflake.com/en/sql-reference/operators-query....
- snidane 4y agoSnowflake doesn't support this kind of except, which is needed for the diff to work seamlessly: select * except (column1, column2, ...)