<?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: Gripe 2 with Oracle &#8211; Additional Columns in Group By</title>
	<atom:link href="http://www.s1dd.com/2007/04/gripe-2-with-oracle-additional-columns-in-group-by/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.s1dd.com/2007/04/gripe-2-with-oracle-additional-columns-in-group-by/</link>
	<description>My blog about everything not covered in my other blogs</description>
	<lastBuildDate>Mon, 12 Jul 2010 14:34:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sidd</title>
		<link>http://www.s1dd.com/2007/04/gripe-2-with-oracle-additional-columns-in-group-by/comment-page-1/#comment-6</link>
		<dc:creator>Sidd</dc:creator>
		<pubDate>Sun, 13 May 2007 21:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.s1dd.com/?p=5#comment-6</guid>
		<description>Alastair, this is not the same. Try it out and see.</description>
		<content:encoded><![CDATA[<p>Alastair, this is not the same. Try it out and see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair</title>
		<link>http://www.s1dd.com/2007/04/gripe-2-with-oracle-additional-columns-in-group-by/comment-page-1/#comment-3</link>
		<dc:creator>Alastair</dc:creator>
		<pubDate>Thu, 10 May 2007 14:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.s1dd.com/?p=5#comment-3</guid>
		<description>Never used MySQL so I don&#039;t know what that query &#039;means&#039; but in Oracle you would need to group by all the non-aggregated columns as such:

select a, b, c, max(d) from e group by a, b, c

It depends on what your b and c columns actually are in your real situation but this may well be equivalent to the solution you blogged.</description>
		<content:encoded><![CDATA[<p>Never used MySQL so I don&#8217;t know what that query &#8216;means&#8217; but in Oracle you would need to group by all the non-aggregated columns as such:</p>
<p>select a, b, c, max(d) from e group by a, b, c</p>
<p>It depends on what your b and c columns actually are in your real situation but this may well be equivalent to the solution you blogged.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
