<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: User-Defined Aggregate Functions</title>
	<atom:link href="http://awads.net/wp/2005/07/05/user-defined-aggregate-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2005/07/05/user-defined-aggregate-functions/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Fri, 21 Nov 2008 03:53:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Manfred</title>
		<link>http://awads.net/wp/2005/07/05/user-defined-aggregate-functions/#comment-50054</link>
		<dc:creator>Manfred</dc:creator>
		<pubDate>Sun, 08 Oct 2006 10:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=57#comment-50054</guid>
		<description>&lt;p&gt;Hello Eddie,&lt;/p&gt;

&lt;p&gt;that works fine. But in my case I need to overwrite the COUNT, MIN, MAX aggregation functions.&lt;/p&gt;

&lt;p&gt;Do you know, how this can be done ?&lt;/p&gt;

&lt;p&gt;Thank you for your help.
Manfred&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Eddie,</p>
<p>that works fine. But in my case I need to overwrite the COUNT, MIN, MAX aggregation functions.</p>
<p>Do you know, how this can be done ?</p>
<p>Thank you for your help.<br />
Manfred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/07/05/user-defined-aggregate-functions/#comment-14654</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Sat, 03 Jun 2006 04:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=57#comment-14654</guid>
		<description>&lt;p&gt;Instead of changing the behavior of a built-in function, I would create my own user-defined aggregate function and use it in my queries like this:&lt;/p&gt;

&lt;p&gt;select myCount(*) from myTable;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Instead of changing the behavior of a built-in function, I would create my own user-defined aggregate function and use it in my queries like this:</p>
<p>select myCount(*) from myTable;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred</title>
		<link>http://awads.net/wp/2005/07/05/user-defined-aggregate-functions/#comment-13552</link>
		<dc:creator>Manfred</dc:creator>
		<pubDate>Wed, 31 May 2006 14:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=57#comment-13552</guid>
		<description>&lt;p&gt;That sounds very intersting - but how can you change the behaviour of a SUM or a COUNT.
For example:&lt;/p&gt;

&lt;p&gt;SELECT COUNT(*) from mytable&lt;/p&gt;

&lt;p&gt;should use my COUNT function not the real one&lt;/p&gt;

&lt;p&gt;Thanks
Manfred&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That sounds very intersting - but how can you change the behaviour of a SUM or a COUNT.<br />
For example:</p>
<p>SELECT COUNT(*) from mytable</p>
<p>should use my COUNT function not the real one</p>
<p>Thanks<br />
Manfred</p>
]]></content:encoded>
	</item>
</channel>
</rss>
