Select distinct rows from duplicate rows....
- From: sanjeev.atvankar@xxxxxxxxx
- Date: Wed, 28 Nov 2007 05:26:18 -0800 (PST)
Dear Gurus,
I have table with following entries
Table name = Customer
Name Weight
------------ -----------
Sanjeev 85
Sanjeev 75
Rajeev 80
Rajeev 45
Sandy 35
Sandy 30
Harry 15
Harry 45
I need a output as follow
Name Weight
------------ -----------
Sanjeev 85
Rajeev 80
Sandy 30
Harry 45
OR
Name Weight
------------ -----------
Sanjeev 75
Rajeev 45
Sandy 35
Harry 15
i.e. only distinct Name should display with only one value of Weight.
I tried with 'group by' on Name column but it shows me all rows.
Could anyone help me for above.
Thanking in Advance.
Regards
Sanjeev
sanjeev.atvankar@xxxxxxxxx
.
- Follow-Ups:
- Re: Select distinct rows from duplicate rows....
- From: SQL Menace
- Re: Select distinct rows from duplicate rows....
- From: Jason Lepack
- Re: Select distinct rows from duplicate rows....
- From: Jason Lepack
- Re: Select distinct rows from duplicate rows....
- Prev by Date: Re: Clustering, Security, Performance, Load Balance
- Next by Date: Re: Select distinct rows from duplicate rows....
- Previous by thread: Re: Not Exists joining 2 tables
- Next by thread: Re: Select distinct rows from duplicate rows....
- Index(es):
Relevant Pages
|