duplicate rows problem with a twist

From: s rao <sujayrao2002_at_yahoo.com>
Date: 15 Jan 2003 05:37:43 -0800
Message-ID: <699596f3.0301150537.184722b0_at_posting.google.com>


hi all,

how do i get the count of the total number of rows duplicated in a table. i dont want to print all the rows and the duplicate counts of each rows. i just want the count of the result.

 for example if two fields of the table are like this Field1 Field 2

a       b
a       b
a       b
c       d
c       d
e       f

then i want the result to print 2
and NOT
a b 3
c d 2

thanks Received on Wed Jan 15 2003 - 14:37:43 CET

Original text of this message