I
Ivan Debono
Hi all,
I have a query that lists records out of table. A field contains a double
value with 0 to 9 decimal places. A second field contains the number of
decimal places the value has to be rounded to.
So the query looks something like this:
select round(myvalue, mydecplaces) as value from mytable
Strange enough, the myvalue is not being round.
Is it a bug or what?
Thanks,
Ivan
I have a query that lists records out of table. A field contains a double
value with 0 to 9 decimal places. A second field contains the number of
decimal places the value has to be rounded to.
So the query looks something like this:
select round(myvalue, mydecplaces) as value from mytable
Strange enough, the myvalue is not being round.
Is it a bug or what?
Thanks,
Ivan