<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>SQLQueriesNoCode at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/</link>
    <description>SQLQueriesNoCode</description>

    <item>
      <title>Re: Seeking help with query</title>
      <pubDate>Fri, 05 Sep 2008 02:40:19 GMT</pubDate>
      <dc:creator>peternilsson42</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3718</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3718</guid>
      <description>... 43sec ... &lt;snip&gt; With analytical functions in Oracle you can start with... with src as ( select null id, null event, null tm from dual where 0=1 union all </description>
    </item>
    <item>
      <title>Re: Seeking help with query</title>
      <pubDate>Thu, 04 Sep 2008 15:40:06 GMT</pubDate>
      <dc:creator>Paul Livengood</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3717</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3717</guid>
      <description>Don; I have expanded your sample list a little to make sure I covered your rules for selecting the results.  I have also included ways to query for your</description>
    </item>
    <item>
      <title>Re: Seeking help with query</title>
      <pubDate>Thu, 04 Sep 2008 03:04:23 GMT</pubDate>
      <dc:creator>dinesh.mani@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3716</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3716</guid>
      <description>I think its better to do this with procedural language code coz it gives you much more flexibility and would perform a lot better than a SQL query, even if you</description>
    </item>
    <item>
      <title>Re: How to find age??</title>
      <pubDate>Thu, 04 Sep 2008 03:00:24 GMT</pubDate>
      <dc:creator>vigoudhaya</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3715</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3715</guid>
      <description>it&#39;s also one way to find age select datepart(year,getdate())-(1984) as years,datepart(mm,getdate ())-(04) as months,datepart(dd,getdate())-(02) as days u</description>
    </item>
    <item>
      <title>Seeking help with query</title>
      <pubDate>Wed, 03 Sep 2008 23:35:11 GMT</pubDate>
      <dc:creator>Don Baugh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3714</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3714</guid>
      <description>Hello and thanks for the opportunity to seek help with a task I have been charged to perform.  I am not a student.  I have already accomplished this task using</description>
    </item>
    <item>
      <title>Re: How to find age??</title>
      <pubDate>Wed, 03 Sep 2008 23:34:39 GMT</pubDate>
      <dc:creator>Rob</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3713</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3713</guid>
      <description>Examples are here as well as an explanation - http://msdn.microsoft.com/en-us/library/ms189794.aspx _____ From: SQLQueriesNoCode@yahoogroups.com </description>
    </item>
    <item>
      <title>Assigning a value based on ranges</title>
      <pubDate>Wed, 03 Sep 2008 20:40:38 GMT</pubDate>
      <dc:creator>pulverizers73</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3712</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3712</guid>
      <description>Does anyone know a quick and dirty way to calculate a PERCENTAGE value within a range of two columns.  For example. Value 2800 25% percentile 1400 50%</description>
    </item>
    <item>
      <title>Re: How to find age??</title>
      <pubDate>Wed, 03 Sep 2008 17:58:00 GMT</pubDate>
      <dc:creator>John Warner</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3711</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3711</guid>
      <description>Fall term at all the colleges &#39;round herah. This looks like a SQL Server II early in the term question. First quiz is coming up. John Warner ... fails, look </description>
    </item>
    <item>
      <title>Re: How to find age??</title>
      <pubDate>Wed, 03 Sep 2008 17:30:56 GMT</pubDate>
      <dc:creator>Arnie Rowland</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3710</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3710</guid>
      <description>Or even DATEDIFF()... ;) Yes, it is about the end of summer term... But really, didn&#39;t you learn in college that &#39;only when everything else fails, look in the</description>
    </item>
    <item>
      <title>Re: How to find age??</title>
      <pubDate>Wed, 03 Sep 2008 17:22:56 GMT</pubDate>
      <dc:creator>Stephen Russell</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3709</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3709</guid>
      <description>Looks like homework time again. Look up datedif() _________________________________</description>
    </item>
    <item>
      <title>Re: How to find age??</title>
      <pubDate>Wed, 03 Sep 2008 12:26:35 GMT</pubDate>
      <dc:creator>John Warner</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3708</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3708</guid>
      <description>DateDiff(yy, &#39;04/02/1990&#39;, getdate()) http://doc.ddart.net/mssql/sql70/da-db_6.htm John Warner</description>
    </item>
    <item>
      <title>How to find age??</title>
      <pubDate>Wed, 03 Sep 2008 07:26:18 GMT</pubDate>
      <dc:creator>aks_0910</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3707</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3707</guid>
      <description>Hi... Can anyone tell me how to find age between two dates? soppose 1st date is 02-apr-90 and 2nd date is sysdate...then how to find age between sysdate and</description>
    </item>
    <item>
      <title>Re: Missing element from an alphanumeric sequence</title>
      <pubDate>Wed, 03 Sep 2008 06:05:25 GMT</pubDate>
      <dc:creator>peternilsson42</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3706</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3706</guid>
      <description>... Recent versions of Oracle allow... with cash_accts as ( select &#39;USD00001&#39; acct_no from dual union all select &#39;USD00002&#39; acct_no from dual union all select</description>
    </item>
    <item>
      <title>Re: Cross Tab Help required...urgently</title>
      <pubDate>Wed, 03 Sep 2008 05:29:13 GMT</pubDate>
      <dc:creator>peternilsson42</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3705</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3705</guid>
      <description>... with Person_Projects as ( select 1 PersonID, 12 ProjectID from dual union all select 1 PersonID, 15 ProjectID from dual union all select 2 PersonID, 12</description>
    </item>
    <item>
      <title>Re: How can i see the detail status report of my SQL server ?</title>
      <pubDate>Wed, 27 Aug 2008 14:41:00 GMT</pubDate>
      <dc:creator>vigoudhaya</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3704</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SQLQueriesNoCode/message/3704</guid>
      <description>using sp_who2</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.scd.yahoo.com uncompressed/chunked Sat Sep  6 00:07:15 PDT 2008 -->
