 




<?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: Get the latest unique entries for user ID in Access database</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/get-the-latest-unique-entries/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/get-the-latest-unique-entries/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 18:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: cyberloco</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/get-the-latest-unique-entries/#comment-84350</link>
		<dc:creator>cyberloco</dc:creator>
		<pubDate>Wed, 24 Nov 2010 22:48:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-84350</guid>
		<description><![CDATA[I think your observation is correct Mr Carlos. I apologizes to the ones who tried my query ho ho.]]></description>
		<content:encoded><![CDATA[<p>I think your observation is correct Mr Carlos. I apologizes to the ones who tried my query ho ho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/get-the-latest-unique-entries/#comment-84268</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 23 Nov 2010 19:39:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-84268</guid>
		<description><![CDATA[&quot;&lt;i&gt;what about something like:

select uid,message, max(id) over (partition by uid) as lastEntry from messages&lt;/i&gt;&quot;


AFAIK, Access doesn&#039;t support that syntax (somebody please correct me if I&#039;m wrong).]]></description>
		<content:encoded><![CDATA[<p>&#8220;<i>what about something like:</p>
<p>select uid,message, max(id) over (partition by uid) as lastEntry from messages</i>&#8221;</p>
<p>AFAIK, Access doesn&#8217;t support that syntax (somebody please correct me if I&#8217;m wrong).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyberloco</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/get-the-latest-unique-entries/#comment-84239</link>
		<dc:creator>cyberloco</dc:creator>
		<pubDate>Tue, 23 Nov 2010 13:34:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-84239</guid>
		<description><![CDATA[what about something like:

select uid,message, max(id) over (partition by uid) as lastEntry  from messages]]></description>
		<content:encoded><![CDATA[<p>what about something like:</p>
<p>select uid,message, max(id) over (partition by uid) as lastEntry  from messages</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.038 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 20:34:55 -->