2 questions (SQL2000):
1. how can I truncate the decimals:
3205.15 --> 3205
3199.99 --> 3199
3155.00 --> 3155
2. How can I round down to the hundreds:
3205.15 --> 3200
3199.99 --> 3100
3155.00 --> 3100
If someone can point me in the right direction, it would help.
Thanks.
Dave
1. how can I truncate the decimals:
3205.15 --> 3205
3199.99 --> 3199
3155.00 --> 3155
2. How can I round down to the hundreds:
3205.15 --> 3200
3199.99 --> 3100
3155.00 --> 3100
If someone can point me in the right direction, it would help.
Thanks.
Dave