Interesting one I have never seen before - a real puzzler for me...
I am attempting to select a distinct value for Field_X; then the max value for field_Y.
The select field_x, max(field_y) with group by field_x is returning duplicate rows.
field_y is a varchar(20), and field_y is an INT.
Any insight is greatly appreciated... seems like such a simple query to construct!
could it be just brain drain for a Friday?
Thanks in Advance for assistance in solving this puzzle.
Steve
Steve Medvid
IT Consultant & Web Master
I am attempting to select a distinct value for Field_X; then the max value for field_Y.
The select field_x, max(field_y) with group by field_x is returning duplicate rows.
field_y is a varchar(20), and field_y is an INT.
Any insight is greatly appreciated... seems like such a simple query to construct!
could it be just brain drain for a Friday?
Thanks in Advance for assistance in solving this puzzle.
Steve
Steve Medvid
IT Consultant & Web Master