Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions knowledgebase/achieving-atomic-inserts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ For `MOVE PARTITION TO TABLE`, `REPLACE PARTITION`, and `ATTACH PARTITION FROM`,

## Example \{#example\}

You can try it at [fiddle](https://fiddle.clickhouse.com/7ef9ed84-ac14-4f2c-9ca5-d5913089769a):
You can run the example below interactively using [fiddle](https://fiddle.clickhouse.com/7ef9ed84-ac14-4f2c-9ca5-d5913089769a):

```sql
CREATE TABLE prod
Expand Down Expand Up @@ -139,4 +139,4 @@ SELECT * FROM prod;
## References \{#references\}

- [**Manipulating Partitions and Parts**](/sql-reference/statements/alter/partition)
- To read more about this strategy, see the blog post [**Supercharging your large ClickHouse data loads - Part 3: Making a large data load resilient**](https://clickhouse.com/blog/supercharge-your-clickhouse-data-loads-part3).
- To read more about this strategy, see the blog post [**Supercharging your large ClickHouse data loads - Part 3: Making a large data load resilient**](https://clickhouse.com/blog/supercharge-your-clickhouse-data-loads-part3).
Loading