snowflake.snowpark.WhenMatchedClause.delete¶
- WhenMatchedClause.delete()[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/table.py#L124-L157)¶
Defines a delete action for the matched clause and returns an updated
WhenMatchedClausewith the new delete action added.Example:
Note
An exception will be raised if this method or
WhenMatchedClause.update()is called more than once on the sameWhenMatchedClauseobject.