<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: multiple code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 06 Oct 2008 15:19:29 GMT</pubDate>
    <description>DZone Snippets: multiple code</description>
    <item>
      <title>SELECT from multiple MySQL Tables</title>
      <link>http://snippets.dzone.com/posts/show/1436</link>
      <description>// description of your code here&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;SELECT fulltxt.pqid AS candidate_ft, citations.chid&lt;br /&gt;FROM citations,fulltxt&lt;br /&gt;WHERE citations.issn = fulltxt.issn&lt;br /&gt;AND citations.volume = fulltxt.volume&lt;br /&gt;AND citations.issue = fulltxt.issue&lt;br /&gt;AND citations.year = fulltxt.year&lt;br /&gt;AND citations.spage = fulltxt.spage&lt;br /&gt;AND citations.pqid = ''&lt;br /&gt;; &lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 09 Feb 2006 15:56:12 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1436</guid>
      <author>offspinner ()</author>
    </item>
  </channel>
</rss>
