N
Nancy
How do I use group by for the following:
data has 3 records:
jo 8/2003 48004
jo 9/2003 48003
jo 7/2003 48009
I want the middle record to be my final answer, but if I
do a group by name, max on date, max on zip code, my final
answer will be "Jo 9/2003 48009" instead of "Jo 9/2003
48003"
Please help!
Thanks
data has 3 records:
jo 8/2003 48004
jo 9/2003 48003
jo 7/2003 48009
I want the middle record to be my final answer, but if I
do a group by name, max on date, max on zip code, my final
answer will be "Jo 9/2003 48009" instead of "Jo 9/2003
48003"
Please help!
Thanks