Subject | Re: [firebird-support] how to calculate |
---|---|
Author | Anderson Farias |
Post date | 2007-08-04T13:49:03Z |
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
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