<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commenti a: Cancellare un record con Mysql: la query DELETE</title>
	<atom:link href="http://www.tecnopillole.com/programmazione/mysql/query-delete-cancellare-record-mysql.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tecnopillole.com/programmazione/mysql/query-delete-cancellare-record-mysql.html</link>
	<description>Tutto il web in pillole!</description>
	<lastBuildDate>Fri, 16 Jul 2010 17:13:54 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Di: Simone</title>
		<link>http://www.tecnopillole.com/programmazione/mysql/query-delete-cancellare-record-mysql.html/comment-page-1#comment-4375</link>
		<dc:creator>Simone</dc:creator>
		<pubDate>Fri, 16 Jul 2010 17:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecnopillole.com/?p=57#comment-4375</guid>
		<description>Grazie mille..funziona! 

Simone</description>
		<content:encoded><![CDATA[<p>Grazie mille..funziona! </p>
<p>Simone</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: TecnoPillole.com</title>
		<link>http://www.tecnopillole.com/programmazione/mysql/query-delete-cancellare-record-mysql.html/comment-page-1#comment-4370</link>
		<dc:creator>TecnoPillole.com</dc:creator>
		<pubDate>Mon, 12 Jul 2010 07:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecnopillole.com/?p=57#comment-4370</guid>
		<description>I valori nella clausola WHERE devono essere separati con l&#039;operatore &lt;em&gt;OR&lt;/em&gt; oppure &lt;em&gt;AND&lt;/em&gt; in questo modo:

&lt;pre class=&quot;brush: sql&quot;&gt;DELETE FROM forum_members WHERE e_mail=&#039;email@email.it&#039; OR e_mail&#039;=email2@email.it&#039; OR e_mail=&#039;email3@email.it&#039;&lt;br/&gt;&lt;/pre&gt;

Nel tuo caso devi usare &lt;em&gt;OR&lt;/em&gt;.

Fammi sapere!

Gabriele</description>
		<content:encoded><![CDATA[<p>I valori nella clausola WHERE devono essere separati con l&#8217;operatore <em>OR</em> oppure <em>AND</em> in questo modo:</p>
<pre class="brush: sql">DELETE FROM forum_members WHERE e_mail='email@email.it' OR e_mail'=email2@email.it' OR e_mail='email3@email.it'</pre>
<p>Nel tuo caso devi usare <em>OR</em>.</p>
<p>Fammi sapere!</p>
<p>Gabriele</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Simone</title>
		<link>http://www.tecnopillole.com/programmazione/mysql/query-delete-cancellare-record-mysql.html/comment-page-1#comment-4368</link>
		<dc:creator>Simone</dc:creator>
		<pubDate>Sun, 11 Jul 2010 21:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecnopillole.com/?p=57#comment-4368</guid>
		<description>Ciao. Dovrei eliminare dal mio forum circa 500 utenti le cui email ormai non sono più attive. E&#039; possibile utilizzare questa query? Non sono esperto ho provato in questo modo ma non va:

DELETE FROM &lt;em&gt;forum_members&lt;/em&gt;WHERE &lt;em&gt;E_MAIL&lt;/em&gt;=&#039;&lt;em&gt;email@email.it,email2@email.it,email3@email.it&lt;/em&gt;&#039; LIMIT &lt;em&gt;100&lt;/em&gt;

Qualche suggerimento?
Grazie</description>
		<content:encoded><![CDATA[<p>Ciao. Dovrei eliminare dal mio forum circa 500 utenti le cui email ormai non sono più attive. E&#8217; possibile utilizzare questa query? Non sono esperto ho provato in questo modo ma non va:</p>
<p>DELETE FROM <em>forum_members</em>WHERE <em>E_MAIL</em>=&#8217;<em><a href="mailto:email@email.it">email@email.it</a>,email2@email.it,email3@email.it</em>&#8216; LIMIT <em>100</em></p>
<p>Qualche suggerimento?<br />
Grazie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
