<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Implementing Harmonic Mean in MySQL</title>
	<atom:link href="http://fullof.bs/implementing-harmonic-mean-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://fullof.bs/implementing-harmonic-mean-in-mysql/</link>
	<description>He just never stops talking</description>
	<lastBuildDate>Fri, 16 Dec 2011 00:30:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Henrique Dias</title>
		<link>http://fullof.bs/implementing-harmonic-mean-in-mysql/comment-page-1/#comment-8502</link>
		<dc:creator>Henrique Dias</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://fullof.bs/?p=207#comment-8502</guid>
		<description>In Sql Server you need to create a decimal field for SUM work with fraction numbers:

CREATE TABLE example(val decimal);

Good job!</description>
		<content:encoded><![CDATA[<p>In Sql Server you need to create a decimal field for SUM work with fraction numbers:</p>
<p>CREATE TABLE example(val decimal);</p>
<p>Good job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Implementing Geometric Mean in MySQL &#124; Full of BS</title>
		<link>http://fullof.bs/implementing-harmonic-mean-in-mysql/comment-page-1/#comment-758</link>
		<dc:creator>Implementing Geometric Mean in MySQL &#124; Full of BS</dc:creator>
		<pubDate>Fri, 04 Jul 2008 19:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://fullof.bs/?p=207#comment-758</guid>
		<description>[...] Implementing Geometric Mean in MySQL July 4, 2008 3:06 pm admin Math, Programming, SQL, Statistics  This turns out to be pretty easy.  You might also want to read Implementing Harmonic Mean in MySQL. [...]</description>
		<content:encoded><![CDATA[<p>[...] Implementing Geometric Mean in MySQL July 4, 2008 3:06 pm admin Math, Programming, SQL, Statistics  This turns out to be pretty easy.  You might also want to read Implementing Harmonic Mean in MySQL. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

