Press "Enter" to skip to content

Deleting Data from Snowflake Tables

Kevin Wilkie does some winter cleaning:

Sometimes, in Snowflake as well as in SQL Server, you’re forced to delete data. Hopefully, you’re not deleting from the main table of a database in Production, but that is definitely one way to wake up in the morning.

The syntax starts off as similar to T-SQL but there are a couple wrinkles in there as well.