<?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: Distinct in Doctrine	</title>
	<atom:link href="https://nerdpress.org/2011/04/16/distinct-in-doctrine/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org/2011/04/16/distinct-in-doctrine/</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Wed, 05 Oct 2011 15:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ivo Bathke		</title>
		<link>https://nerdpress.org/2011/04/16/distinct-in-doctrine/#comment-1464</link>

		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 15:27:58 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=1454#comment-1464</guid>

					<description><![CDATA[man alternativ kann auch &lt;em&gt;group&lt;/em&gt; benutzen:
[code lang=&quot;sql&quot;]
Doctrine::getTable(&#039;propose&#039;)
-&#062;createQuery(&#039;propose&#039;)
-&#062;select(&#039;propose.cat as cat&#039;)
-&#062;groupBy(&#039;cat&#039;)
-&#062;orderBy(&#039;cat&#039;)
-&#062;fetchArray();
[/code]

ist wahrscheinlich besser mit doctrine]]></description>
			<content:encoded><![CDATA[<p>man alternativ kann auch <em>group</em> benutzen:</p>
<pre class="brush: sql; title: ; notranslate">
Doctrine::getTable('propose')
-&gt;createQuery('propose')
-&gt;select('propose.cat as cat')
-&gt;groupBy('cat')
-&gt;orderBy('cat')
-&gt;fetchArray();
</pre>
<p>ist wahrscheinlich besser mit doctrine</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
