G
Guest
I have several queries which perform divisions requiring rounnding. When the
digit rounded is a 5, if the digit to the left is odd it rounds up and if the
digit to the left is even, it rounds down. Is there a work-arround in a
query for addressing this issue ?
? round(1.5)
2
? round(2.5)
2
digit rounded is a 5, if the digit to the left is odd it rounds up and if the
digit to the left is even, it rounds down. Is there a work-arround in a
query for addressing this issue ?
? round(1.5)
2
? round(2.5)
2