 




<?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: How to view  unique entry of record in collumn?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: shreekant</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/#comment-81334</link>
		<dc:creator>shreekant</dc:creator>
		<pubDate>Thu, 09 Sep 2010 14:04:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-81334</guid>
		<description><![CDATA[Thanks Dan, It works]]></description>
		<content:encoded><![CDATA[<p>Thanks Dan, It works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/#comment-81312</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 09 Sep 2010 00:22:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-81312</guid>
		<description><![CDATA[BTW, this would be much simpler with a basic SQL SELECT DISTINCT... query.&lt;pre&gt;
SELECT DISTINCT Col1, Col2 FROM mytable&lt;/pre&gt;
Tom]]></description>
		<content:encoded><![CDATA[<p>BTW, this would be much simpler with a basic SQL SELECT DISTINCT&#8230; query.
<pre>
SELECT DISTINCT Col1, Col2 FROM mytable</pre>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/#comment-81307</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 08 Sep 2010 20:47:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-81307</guid>
		<description><![CDATA[You almost certainly want a Summary Query, but I can&#039;t determine what product you are using. Neither the Query for iSeries nor the Query Manager products have a menu option nor screen labeled &#039;Query Definition Option&#039; that I can see.

You would set both Col1 and Col2 as &#039;Break&#039; columns and choose the summary output type.

What version of i5/OS are you running? How do you get into the query function? (If you know the name of the query product, that will help.)

I might be better able to connect to a configuration that matches yours if I know what to work with.

Tom]]></description>
		<content:encoded><![CDATA[<p>You almost certainly want a Summary Query, but I can&#8217;t determine what product you are using. Neither the Query for iSeries nor the Query Manager products have a menu option nor screen labeled &#8216;Query Definition Option&#8217; that I can see.</p>
<p>You would set both Col1 and Col2 as &#8216;Break&#8217; columns and choose the summary output type.</p>
<p>What version of i5/OS are you running? How do you get into the query function? (If you know the name of the query product, that will help.)</p>
<p>I might be better able to connect to a configuration that matches yours if I know what to work with.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shreekant</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/#comment-81292</link>
		<dc:creator>shreekant</dc:creator>
		<pubDate>Wed, 08 Sep 2010 13:41:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-81292</guid>
		<description><![CDATA[Hi, as sample I have 2 columns in a table, if records are display&#039;s in such way, 

Col1   Col2
AAA      aaa
AAA      aaa
BBB     bbb
CCC    bbb
CCC    ccc
AAA     aaa
BBB     bbb

Like to view data in such format

Col1   Col2
AAA      aaa
BBB     bbb
CCC    bbb
CCC    ccc

like to find out same...]]></description>
		<content:encoded><![CDATA[<p>Hi, as sample I have 2 columns in a table, if records are display&#8217;s in such way, </p>
<p>Col1   Col2<br />
AAA      aaa<br />
AAA      aaa<br />
BBB     bbb<br />
CCC    bbb<br />
CCC    ccc<br />
AAA     aaa<br />
BBB     bbb</p>
<p>Like to view data in such format</p>
<p>Col1   Col2<br />
AAA      aaa<br />
BBB     bbb<br />
CCC    bbb<br />
CCC    ccc</p>
<p>like to find out same&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/#comment-81277</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 08 Sep 2010 01:26:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-81277</guid>
		<description><![CDATA[&lt;i&gt;...nothing will.&lt;/i&gt;

We&#039;ll find out, eh? I work at eliciting details, but it&#039;s not a particularly fruitful effort. Every once in a while, though...

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;nothing will.</i></p>
<p>We&#8217;ll find out, eh? I work at eliciting details, but it&#8217;s not a particularly fruitful effort. Every once in a while, though&#8230;</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/#comment-81269</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 07 Sep 2010 21:57:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-81269</guid>
		<description><![CDATA[If this doesn&#039;t make the OP provide more details, nothing will.]]></description>
		<content:encoded><![CDATA[<p>If this doesn&#8217;t make the OP provide more details, nothing will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-view-unique-entry-of-record-in-collumn/#comment-81267</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 07 Sep 2010 20:48:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-81267</guid>
		<description><![CDATA[Here is a sample table that has three columns -- Col1, Col2 and Col3. Columns Col1 and Col3 are duplicated in multiple rows. The Col2 column has a numeric value that can be different for each row.&lt;pre&gt;
Col1  Col2  Col3
----  ----  ----
ABC     12  xyz
ABC     32  xyz
ABC     43  xyz
DEF     12  uvw
DEF     32  uvw
DEF     65  uvw
GHI     12  rst
GHI     76  rst
GHI    115  rst&lt;/pre&gt;
Please show us how you would want your query to display those rows. If my example does not fit your requirement, then please provide an example that would work and show us how the query should report that example.

Thank you.

Tom]]></description>
		<content:encoded><![CDATA[<p>Here is a sample table that has three columns &#8212; Col1, Col2 and Col3. Columns Col1 and Col3 are duplicated in multiple rows. The Col2 column has a numeric value that can be different for each row.
<pre>
Col1  Col2  Col3
----  ----  ----
ABC     12  xyz
ABC     32  xyz
ABC     43  xyz
DEF     12  uvw
DEF     32  uvw
DEF     65  uvw
GHI     12  rst
GHI     76  rst
GHI    115  rst</pre>
<p>Please show us how you would want your query to display those rows. If my example does not fit your requirement, then please provide an example that would work and show us how the query should report that example.</p>
<p>Thank you.</p>
<p>Tom</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/10 queries in 0.037 seconds using memcached
Object Caching 351/357 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 06:07:20 -->