Subject Using external functions in Views
Author angerer
Hi,
is it possible to call external functions in a view?
I'm trying to do something like this:

create view test as
select truncate(a.fieldname) from mytable as a

Is this possible in Firebird? If not, is there a workaround?

Thanks