Skip to content

Instantly share code, notes, and snippets.

@karlosgliberal
Forked from investic/gist:515755
Created August 19, 2010 17:34
Show Gist options
  • Save karlosgliberal/538434 to your computer and use it in GitHub Desktop.
Save karlosgliberal/538434 to your computer and use it in GitHub Desktop.
select channel.title, channel.link, channel.item.title, channel.item.link, channel.item.description, channel.item.guid
from xml where url in( 'http://karlosgliberal.investic.net/blog/feed', 'http://miren.investic.net/blog/feed') and channel.item.title like "%post%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment