diff --git a/.docs/db-feature-matrix.md b/.docs/db-feature-matrix.md index 759c64d..abbb339 100644 --- a/.docs/db-feature-matrix.md +++ b/.docs/db-feature-matrix.md @@ -314,7 +314,7 @@ Algorithm: - `BEGIN TRANSACTION` - `COPY from stage to tmp_table` - `CREATE OR REPLACE TABLE target_table CLONE tmp_table` -- `DROP TABLE deprecated_target_table_20060101_150405` +- `DROP TABLE tmp_table` - `COMMIT` ### Snowflake Replace Partition