<?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>Comments on: Delete MySQL Rows Older Than Date</title>
	<atom:link href="http://benperove.com/howto/delete-mysql-rows-older-than-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/</link>
	<description>chronicles of geekdom</description>
	<lastBuildDate>Thu, 12 Apr 2012 03:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Delete information if older than&#8230; &#124; GeekFreak</title>
		<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/comment-page-1/#comment-55988</link>
		<dc:creator>Delete information if older than&#8230; &#124; GeekFreak</dc:creator>
		<pubDate>Fri, 24 Feb 2012 15:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=74#comment-55988</guid>
		<description>[...] I manually send a test out to test the fields for age older than three months and then delete it. http://benperove.com/howto/delete-my&#8230;der-than-date/  Code: DELETE FROM cl_user WHERE user_date_last_login &lt; DATE_SUB(NOW(), INTERVAL 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] I manually send a test out to test the fields for age older than three months and then delete it. <a href="http://benperove.com/howto/delete-my&#8230;der-than-date/" rel="nofollow">http://benperove.com/howto/delete-my&#8230;der-than-date/</a>  Code: DELETE FROM cl_user WHERE user_date_last_login &lt; DATE_SUB(NOW(), INTERVAL 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaffir</title>
		<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/comment-page-1/#comment-55877</link>
		<dc:creator>Jaffir</dc:creator>
		<pubDate>Sat, 11 Feb 2012 20:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=74#comment-55877</guid>
		<description>That was exactly what i was looking for</description>
		<content:encoded><![CDATA[<p>That was exactly what i was looking for</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/comment-page-1/#comment-50782</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Wed, 07 Dec 2011 11:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=74#comment-50782</guid>
		<description>Hey Patrik,
Try removing the quotes &#039;&#039; from the name of the table and field.. that might help</description>
		<content:encoded><![CDATA[<p>Hey Patrik,<br />
Try removing the quotes &#8221; from the name of the table and field.. that might help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrik Idén</title>
		<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/comment-page-1/#comment-49455</link>
		<dc:creator>Patrik Idén</dc:creator>
		<pubDate>Sat, 19 Nov 2011 19:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=74#comment-49455</guid>
		<description>Did you resolv this?

I tried to run this and I get an error. Here is mine
_______________
DELETE FROM ‘cl_user’ WHERE ‘user_date_last_login’ &lt; DATE_SUB(NOW(), INTERVAL 3 MONTH);
_______________

The error I get is.
_______________

#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039;cl_user&#039; WHERE &#039;user_date_last_login&#039; &lt; DATE_SUB(NOW(), INTERVAL 3 MONTHS)&#039; at line 1 

_______________

Any Ideas??? I want to use this to delete users who have not logged in for more than 90 days. Let me know thanks so much.</description>
		<content:encoded><![CDATA[<p>Did you resolv this?</p>
<p>I tried to run this and I get an error. Here is mine<br />
_______________<br />
DELETE FROM ‘cl_user’ WHERE ‘user_date_last_login’ &lt; DATE_SUB(NOW(), INTERVAL 3 MONTH);<br />
_______________</p>
<p>The error I get is.<br />
_______________</p>
<p>#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039;cl_user&#039; WHERE &#039;user_date_last_login&#039; &lt; DATE_SUB(NOW(), INTERVAL 3 MONTHS)&#039; at line 1 </p>
<p>_______________</p>
<p>Any Ideas??? I want to use this to delete users who have not logged in for more than 90 days. Let me know thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/comment-page-1/#comment-40346</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 05 Aug 2011 15:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=74#comment-40346</guid>
		<description>Use the BETWEEN operator in the WHERE clause</description>
		<content:encoded><![CDATA[<p>Use the BETWEEN operator in the WHERE clause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashraf</title>
		<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/comment-page-1/#comment-36947</link>
		<dc:creator>ashraf</dc:creator>
		<pubDate>Wed, 22 Jun 2011 04:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=74#comment-36947</guid>
		<description>dear,

I want to delete data from a table from specified date to specified date. what will be the command?</description>
		<content:encoded><![CDATA[<p>dear,</p>
<p>I want to delete data from a table from specified date to specified date. what will be the command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/comment-page-1/#comment-36943</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 22 Jun 2011 02:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=74#comment-36943</guid>
		<description>I tried to run this and I get an error. Here is mine
_______________
DELETE FROM &#039;cl_user&#039; WHERE &#039;user_date_last_login&#039; &lt; DATE_SUB(NOW(), INTERVAL 3 MONTH);
_______________

The error I get is.
_______________

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039;cl_user&#039; WHERE &#039;user_date_last_login&#039; &lt; DATE_SUB(NOW(), INTERVAL 3 MONTHS)&#039; at line 1 

_______________


Any Ideas??? I want to use this to delete users who have not logged in for more than 90 days. Let me know thanks so much.</description>
		<content:encoded><![CDATA[<p>I tried to run this and I get an error. Here is mine<br />
_______________<br />
DELETE FROM &#8216;cl_user&#8217; WHERE &#8216;user_date_last_login&#8217; &lt; DATE_SUB(NOW(), INTERVAL 3 MONTH);<br />
_______________</p>
<p>The error I get is.<br />
_______________</p>
<p>#1064 &#8211; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039;cl_user&#039; WHERE &#039;user_date_last_login&#039; &lt; DATE_SUB(NOW(), INTERVAL 3 MONTHS)&#039; at line 1 </p>
<p>_______________</p>
<p>Any Ideas??? I want to use this to delete users who have not logged in for more than 90 days. Let me know thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Tutorials</title>
		<link>http://benperove.com/howto/delete-mysql-rows-older-than-date/comment-page-1/#comment-5653</link>
		<dc:creator>MySQL Tutorials</dc:creator>
		<pubDate>Thu, 06 Nov 2008 12:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://benperove.com/?p=74#comment-5653</guid>
		<description>&lt;strong&gt;MySQL Tutorials...&lt;/strong&gt;

The updates were performed in such a way that new Web server connections were delayed during the 30 seconds or so that PHP and MySQL were unavailable on each server. That should mean that as far as scripts on your Web site were concerned, there was zer...</description>
		<content:encoded><![CDATA[<p><strong>MySQL Tutorials&#8230;</strong></p>
<p>The updates were performed in such a way that new Web server connections were delayed during the 30 seconds or so that PHP and MySQL were unavailable on each server. That should mean that as far as scripts on your Web site were concerned, there was zer&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

