This is a discussion on selecting a set for min value within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi, I have the following set and would like to select all rows that have min value of column ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have the following set and would like to select all rows that have min value of column 4 for a given column 1 and 2 group, irrespective of column 3, as below: C1 C2 C3 C4 --------------------- A B x 5 A B y 10 A BB XX 55 A BB YY 11 AA CC z 1 AA CC zz 11 Need --- A B x 5 A BB YY 11 AA CC z 1 using sql server 2000 (which does not provide rank or partition by) Thanks in advance, Tamas |
| |||
| Please don't multi-post. I have already answered this in the Microsoft newsgroups. -- Tom ---------------------------------------------------- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA SQL Server MVP Toronto, ON Canada .. <tamashee@yahoo.com> wrote in message news:1144974479.938931.193480@z34g2000cwc.googlegr oups.com... Hi, I have the following set and would like to select all rows that have min value of column 4 for a given column 1 and 2 group, irrespective of column 3, as below: C1 C2 C3 C4 --------------------- A B x 5 A B y 10 A BB XX 55 A BB YY 11 AA CC z 1 AA CC zz 11 Need --- A B x 5 A BB YY 11 AA CC z 1 using sql server 2000 (which does not provide rank or partition by) Thanks in advance, Tamas |
| ||||
| Also learn SQL http://www.sql-tutorial.net/ http://www.firstsql.com/tutor.htm http://www.w3schools.com/sql/default.asp Madhivanan |
| Thread Tools | |
| Display Modes | |
|
|