Skip to content

Commit

Permalink
docs: update db-feature-matrix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Aug 26, 2024
1 parent 7d5e2f4 commit e180c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/db-feature-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e180c26

Please sign in to comment.