I think this should be a quick one, but how do I get to identify a MAX value of a table and give it a string label "Yes"?
I know there is a case statement in this but just need some direction.
Example
ID Amount Max
110 1000
111 1000
112 2000 Yes
113 1000