Hi,
I am looking for a query where I need to determine if a specific decimal place is greater than zero.
Example.
3.450
4.835
2.764
9.882
If we take the above numbers, I would want to query based on the third decimal position.
The results should be:
4.835
2.764
9.882
Any help would be greatly appreciated.
I am looking for a query where I need to determine if a specific decimal place is greater than zero.
Example.
3.450
4.835
2.764
9.882
If we take the above numbers, I would want to query based on the third decimal position.
The results should be:
4.835
2.764
9.882
Any help would be greatly appreciated.