From 53b9158cd04cfb6881b3e5885d1c50c28ed3734d Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:41:26 +0200 Subject: [PATCH] Update achieving-atomic-inserts.mdx --- knowledgebase/achieving-atomic-inserts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knowledgebase/achieving-atomic-inserts.mdx b/knowledgebase/achieving-atomic-inserts.mdx index 1a6bf9ca0e3..7a1054e39f1 100644 --- a/knowledgebase/achieving-atomic-inserts.mdx +++ b/knowledgebase/achieving-atomic-inserts.mdx @@ -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 @@ -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). \ No newline at end of file +- 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).