<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>safe update Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/safe-update/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/safe-update/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Thu, 11 Dec 2025 07:10:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>SQL &#8211; the dark side</title>
		<link>https://creatronix.de/sql-the-dark-side/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Thu, 08 Feb 2018 13:47:46 +0000</pubDate>
				<category><![CDATA[Data Science & SQL]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[safe update]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1287</guid>

					<description><![CDATA[<p>Sometimes your RDBMS does not allow you to do certain changes like updating a table without using a WHERE clause that uses a key column. When you are really sure what you want to do: SET SQL_SAFE_UPDATES = 0; Now the dirty brown magic can begin! Back to the SQL-Tutorial</p>
<p>The post <a href="https://creatronix.de/sql-the-dark-side/">SQL &#8211; the dark side</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes your RDBMS does not allow you to do certain changes like updating a table without using a WHERE clause that uses a key column.</p>
<p>When you are really sure what you want to do:</p>
<div class="hcb_wrap">
<pre class="prism line-numbers lang-sql" data-lang="SQL"><code>SET SQL_SAFE_UPDATES = 0;</code></pre>
</div>
<p>Now the dirty brown magic can begin!</p>
<p>Back to the <a href="https://creatronix.de/sql-tutorial/">SQL-Tutorial</a></p>
<p>The post <a href="https://creatronix.de/sql-the-dark-side/">SQL &#8211; the dark side</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
