<?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: Hogyan hagyjunk meg a duplikált sorok közül csak egyet?</title>
	<atom:link href="http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/feed/" rel="self" type="application/rss+xml" />
	<link>http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/</link>
	<description>Az ember kivételével minden állat tudja, hogy a legfontosabb dolgunk az életben: élvezni azt.</description>
	<pubDate>Mon, 21 May 2012 16:54:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: n'</title>
		<link>http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/#comment-58775</link>
		<dc:creator>n'</dc:creator>
		<pubDate>Fri, 22 Feb 2008 21:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/#comment-58775</guid>
		<description>hehe, nekem epp kedden kellett egy ilyet vegigjatszanom, dump miatt duplikalt dolgok voltak) nekem is a row_number jutott:

select * from (select row_number() over (partition by xid order by xid) as 'rn', *) from xapttbl where rn = 1</description>
		<content:encoded><![CDATA[<p>hehe, nekem epp kedden kellett egy ilyet vegigjatszanom, dump miatt duplikalt dolgok voltak) nekem is a row_number jutott:</p>
<p>select * from (select row_number() over (partition by xid order by xid) as &#8216;rn&#8217;, *) from xapttbl where rn = 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gerely</title>
		<link>http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/#comment-58759</link>
		<dc:creator>gerely</dc:creator>
		<pubDate>Fri, 22 Feb 2008 15:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/#comment-58759</guid>
		<description>Nem, ez esetben marad a kurzor a distictes selecttel. Legalábbis a tudomány(om) jelen állása szerint. :)</description>
		<content:encoded><![CDATA[<p>Nem, ez esetben marad a kurzor a distictes selecttel. Legalábbis a tudomány(om) jelen állása szerint. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soczó Zsolt</title>
		<link>http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/#comment-58749</link>
		<dc:creator>Soczó Zsolt</dc:creator>
		<pubDate>Fri, 22 Feb 2008 09:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/#comment-58749</guid>
		<description>Többféle duplikált sor van.

1
1
5
5
5
5
3
3
3

Kimenet:
1
5
3

Lehetne rowcounttal, de akkor egy distinctes kurzor is kellene. Vagy tudsz valamilyen megoldást, ami 1 paranccsal ezt végrehajtja?</description>
		<content:encoded><![CDATA[<p>Többféle duplikált sor van.</p>
<p>1<br />
1<br />
5<br />
5<br />
5<br />
5<br />
3<br />
3<br />
3</p>
<p>Kimenet:<br />
1<br />
5<br />
3</p>
<p>Lehetne rowcounttal, de akkor egy distinctes kurzor is kellene. Vagy tudsz valamilyen megoldást, ami 1 paranccsal ezt végrehajtja?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gerely</title>
		<link>http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/#comment-58748</link>
		<dc:creator>gerely</dc:creator>
		<pubDate>Fri, 22 Feb 2008 09:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2008/02/21/hogyan-hagyjunk-meg-a-duplikalt-sorok-kozul-csak-egyet/#comment-58748</guid>
		<description>SET ROWCOUNT?</description>
		<content:encoded><![CDATA[<p>SET ROWCOUNT?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

