select date(pubdate, "unixepoch"), title from rss_item where date(pubdate, "unixepoch") > date("now") order by pubdate asc limit 0,5;
2106-02-06|
2106-02-07|Neue Feeds. Bitte aktualisieren!
2106-02-07|CTV122 Typesetting
2106-02-07|UEFA Euro 2008 - Xbox 360, PS3, PS2, PSP und PC
2106-02-07|Mario Kart - Wii
select count(date(pubdate, "unixepoch")), title from rss_item where date(pubdate, "unixepoch") > date("now");
34|
delete from rss_item where date(pubdate, "unixepoch") > date("now");
select date(pubdate, "unixepoch"), title from rss_item where date(pubdate, "unixepoch") < "2007-01-01" order by pubdate asc limit 0,5;
2005-06-07|projekktor @ 2005-06-07T14:56:00
2005-06-07|projekktor @ 2005-06-07T15:22:00
2005-06-07|Bride
2006-01-28|Argh, got my first virus
2006-02-12|Wikipedia - von der Schwere der Freiheit
delete from rss_item where date(pubdate, "unixepoch") < "2007-01-01" and flags <> "";