DotNetGnat
Programmer
Guys,
I have the following table:
ID | dist
_________
1 | 100.12
1 | 100.24
1 | 100.35
2 | 300.12
2 | 100.14
2 | 300.35
3 | 10.12
3 | 10.24
I want to find out the record within the particular ID whose dist(distance) is greater than 5
for the above data:
2 | 100.35 is way off..
thanks
-DNG
I have the following table:
ID | dist
_________
1 | 100.12
1 | 100.24
1 | 100.35
2 | 300.12
2 | 100.14
2 | 300.35
3 | 10.12
3 | 10.24
I want to find out the record within the particular ID whose dist(distance) is greater than 5
for the above data:
2 | 100.35 is way off..
thanks
-DNG