N
nogreatnamesleft
I have data in columns like the following:
Request|Version
127|1
127|2
127|3
4856|1
4856|2
I want to display only the latest version in my query (127|3, 4856|2). I am
having difficulty figuring out the right way to do this. Any suggestions?
Request|Version
127|1
127|2
127|3
4856|1
4856|2
I want to display only the latest version in my query (127|3, 4856|2). I am
having difficulty figuring out the right way to do this. Any suggestions?