Subject Re: [firebird-support] how to calculate
Author Anderson Farias
Hi,

Another way would be:

SELECT 1800*10/3600 FROM RDB$DATABASE

(but this way you'll still be divinding integers, so espect an integer op.
result)


Regards,
Anderson