Hi Guys,
Given the sample table below:
ID X Y
-----------------------
1 25 24
2 24 25
3 75 1
4 9 10
5 10 9
-----------------------
I wanted a result like this:
ID X Y
-----------------------
2 24 25
3 75 1
5 10 9
-----------------------
When values for X and Y exists, it will always show the higher ID value.
Thanks in advance,
Yorge
Given the sample table below:
ID X Y
-----------------------
1 25 24
2 24 25
3 75 1
4 9 10
5 10 9
-----------------------
I wanted a result like this:
ID X Y
-----------------------
2 24 25
3 75 1
5 10 9
-----------------------
When values for X and Y exists, it will always show the higher ID value.
Thanks in advance,
Yorge