Subject function available on all platforms?
Author gplantefb
Hi all,

I'm using FB 2.1 on Windows and I have 2 questions related to the following SQL example:

SELECT CEILING(FIELD1)FROM TABLE1;

Question 1)
I did not have to declare any external function to get the CEILING function working. Is it normal? Why?

Question 2)
Since I did not had to declare it, is it means that this function will ALWAYS work with FB, no matter the platform FB is installed on?

Thanks to clarify this.

G. Plante