<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=MySQL_select_entries_older_than</id>
	<title>MySQL select entries older than - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=MySQL_select_entries_older_than"/>
	<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=MySQL_select_entries_older_than&amp;action=history"/>
	<updated>2026-05-05T14:52:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=MySQL_select_entries_older_than&amp;diff=23&amp;oldid=prev</id>
		<title>Admin: New page: ==Query== &lt;source lang=&quot;mysql&quot;&gt; SELECT * FROM `table` WHERE `timestampfield` &gt; subdate(NOW(), INTERVAL 10 MINUTE);  OR  SELECT * FROM `table` where `timestampfield` &gt; NOW() - INTERVAL 10 M...</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=MySQL_select_entries_older_than&amp;diff=23&amp;oldid=prev"/>
		<updated>2009-06-25T19:56:44Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Query== &amp;lt;source lang=&amp;quot;mysql&amp;quot;&amp;gt; SELECT * FROM `table` WHERE `timestampfield` &amp;gt; subdate(NOW(), INTERVAL 10 MINUTE);  OR  SELECT * FROM `table` where `timestampfield` &amp;gt; NOW() - INTERVAL 10 M...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Query==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;mysql&amp;quot;&amp;gt;&lt;br /&gt;
SELECT * FROM `table` WHERE `timestampfield` &amp;gt; subdate(NOW(), INTERVAL 10 MINUTE);&lt;br /&gt;
&lt;br /&gt;
OR&lt;br /&gt;
&lt;br /&gt;
SELECT * FROM `table` where `timestampfield` &amp;gt; NOW() - INTERVAL 10 MINUTE;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That would show you all the entries created in the last 10 minutes .. you can replace &amp;#039;minute&amp;#039; with hour/day/month/year... ofcourse .. you can also replace the number ..&lt;br /&gt;
&lt;br /&gt;
==LINKS==&lt;br /&gt;
[http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html MySQL Manual Entry]&lt;br /&gt;
&lt;br /&gt;
[[Category:MySQL]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>