Hacker News new | ask | show | jobs
by malcolp 1452 days ago
I think snowflake supports this.

https://docs.snowflake.com/en/sql-reference/operators-query....

1 comments

Snowflake doesn't support this kind of except, which is needed for the diff to work seamlessly:

  select * except (column1, column2, ...)