Hi everyone,
I'm having a small problem with truncating decimals values. I have a field that's of type real. I would like to truncate values 12.99383 to 12.99
I tried using the round function (select round(12.99383, 2)) but that returns 12.99000, which doesn't truncate the field value.
Thanks in advance,
Keith
I'm having a small problem with truncating decimals values. I have a field that's of type real. I would like to truncate values 12.99383 to 12.99
I tried using the round function (select round(12.99383, 2)) but that returns 12.99000, which doesn't truncate the field value.
Thanks in advance,
Keith