Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread ROUND
Sat, Jan 13 2007 6:59 AMPermanent Link

Andrej
what is the right sintax for ROUND function in dbIsam SQL?
I still use dbIsam v.2.12.
Sat, Jan 13 2007 3:42 PMPermanent Link

Julio Saucedo
Hi Andrej

I don't know the syntax for 2.12 version, but in DBISAM 4, the ROUND
function use this (from the Manual):

ROUND(column_reference or numeric constant
              [TO number of decimal places])
ROUND(column_reference or numeric constant
     [, number of decimal places])

ex:

round(12.3)
round(12.3466, 2)
round(12.3466 TO 2)

Regards.

Julio Saucedo
Image