Eg.
I need the output as :
I want to select all column : Date, Team_num, Month, ORS_ID but with no repeat of same ORS_ID on same date
i.e. on 2/1/2011 only different ORS_ID.
Please help me.
Code:
[U][B]Date Team_num Month ORS_ID[/B][/U] 2/1/2011 12203 FEB 122013 2/1/2011 13203 FEB 122013 2/1/2011 12203 FEB 151013 3/1/2011 11203 MAR 156003 3/1/2011 11203 MAR 147003 3/1/2011 18903 MAR 156003
Code:
[U][B]Date Team_num Month ORS_ID[/B][/U] 2/1/2011 12203 FEB 122013 2/1/2011 12203 FEB 151013 3/1/2011 11203 MAR 156003 3/1/2011 11203 MAR 147003
i.e. on 2/1/2011 only different ORS_ID.
Please help me.
Comment