<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://www.dbatodba.com/search_rss">
  <title>DBA to DBA</title>
  <link>http://www.dbatodba.com</link>
  
  <description>
    
            These are the search results for the query, showing results 1 to 2.
        
  </description>
  
  
  
  
  <image rdf:resource="http://www.dbatodba.com/logo.jpg"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/896465072/572881739"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/154590044/298404926"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://www.dbatodba.com/Forums/db2/896465072/572881739">        <title>Index x MOD x Index based on functions</title>        <link>http://www.dbatodba.com/Forums/db2/896465072/572881739</link>        <description>
 I need to select the registers that ends with 1 
 Example: 
 Select number from Table where MOD(number, 10) = 1 
 Supose I have an index for number's column.  
 When I use the MOD function the database does not use the index so I changed to 
 SELECT number from table where (number - (number/10) * 10) = 1 
 That is the MOD formula. 
 For the same reason the database does not use the index. 
 I looked on net and found that on Db2 ZOS is possible to use index based on functions. 
 Is this possible to DB2 9.7 Linux? 
 Thanks  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>breno</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-03-24T22:05:59Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/154590044/298404926">        <title>Selecting huge data</title>        <link>http://www.dbatodba.com/Forums/db2/154590044/298404926</link>        <description>
 What's the best alternative for selecting huge data and making it available to use in a cursor?   (PL/SQL Db2 9.7)  
 I have also tried using MQT's. 
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>breno</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-03-16T17:30:24Z</dc:date>        <dc:type>Comment</dc:type>    </item>



</rdf:RDF>
