Subject Divide of an integer values
Author mariuszstefaniak
I'm executing query
select 10 / 3 from rdb$database

On results I have 3 instead 3,3333333333
Without values after comma!

Whats going on? Is this correct? How to force on server normal division
operation?

I have Firebird 2.1.1 and I'm connected to the server by IBExpert.

regards
MS