 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Distinct Records</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/distinct-records/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>how to perform a distinct count on a record over 2 sub reports</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-perform-a-disctinct-count-on-a-record-over-2-sub-reports/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-perform-a-disctinct-count-on-a-record-over-2-sub-reports/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 12:50:01 +0000</pubDate>
		<dc:creator>N786</dc:creator>
				<category><![CDATA[Crystal Report XI]]></category>
		<category><![CDATA[Distinct Records]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-perform-a-disctinct-count-on-a-record-over-2-sub-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL query to select highest test score</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/select-highest-test-score/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/select-highest-test-score/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 23:42:52 +0000</pubDate>
		<dc:creator>Cmyers</dc:creator>
				<category><![CDATA[Distinct Records]]></category>
		<category><![CDATA[MAX]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am writing a sql to bring someone&#8217;s highest test score into a table. The sql is bringing in the highest test score possible, rather than the person&#8217;s test score. I assume MAX is making that happen. If I take MAX out, it returns the single row subquery returns more than one row error. What [...]]]></description>
				<content:encoded><![CDATA[<p>I am writing a sql to bring someone&#8217;s highest test score into a table. The sql is bringing in the highest test score possible, rather than the person&#8217;s test score. I assume MAX is making that happen. If I take MAX out, it returns the single row subquery returns more than one row error. What can I do to have it return the actual test score of the person? Thank you for your help.</p>
<p>update table<br />
set act_cmpswrt_score = (Select MAX(sortest.sortest_test_score)<br />
from sortest<br />
where sortest.sortest_tesc_code = &#8216;CP1&#8242;)<br />
where exists<br />
(select sortest.sortest_test_score<br />
from sortest<br />
where sortest.sortest_pidm = table.act_pidm);</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/select-highest-test-score/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</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/16 queries in 0.020 seconds using memcached
Object Caching 383/416 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 09:27:14 -->