I have a requirement to format/round a number in a query to be in the millions. For Example:
Original Value New Value
2,939,101 3
120,918,001 121
Does anybody have any ideas how I would accomplish something like this?
Thanks in advance for your help!