Subject | Using external functions in Views |
---|---|
Author | angerer |
Post date | 2006-05-31T20:00:34Z |
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
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