<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: inner join between cluster tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731597#M634220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables are generally contain large volume of data and it is mainly used for control data rather than application data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not perform JOINs on Cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secondary index is not created for thode tables,so v r not using select query also.&lt;/P&gt;&lt;P&gt;so no way to write inner join or for all.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 07:26:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-06T07:26:42Z</dc:date>
    <item>
      <title>inner join between cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731596#M634219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     i have used inner join between cdpos and cdhdr tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     it says that, not able to put inner join within cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     how can we process join with these two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 07:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731596#M634219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T07:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: inner join between cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731597#M634220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables are generally contain large volume of data and it is mainly used for control data rather than application data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not perform JOINs on Cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secondary index is not created for thode tables,so v r not using select query also.&lt;/P&gt;&lt;P&gt;so no way to write inner join or for all.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 07:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731597#M634220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T07:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: inner join between cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731598#M634221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;In This  case Used Select for all entries .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nihar Swain .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 07:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731598#M634221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T07:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: inner join between cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731599#M634222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can't use join on cluster and pooled tables...&lt;/P&gt;&lt;P&gt;better u use for all entries......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gaurav Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 07:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-between-cluster-tables/m-p/2731599#M634222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T07:42:52Z</dc:date>
    </item>
  </channel>
</rss>

