I would like to get yahoo finance news for last 3 days, something like that
select * from rss where url='http://finance.yahoo.com.news/rss' and pubDate >= '2012-06-23'
BUT this part "pubDate >= '2012-06-23'" is ignored. I always get the same results with or without this clause. What is the right syntax to make it work?