Subject Declare External Function and Stored Procedure
Author gizasphinx2003
Hi all!
My problem is the following: I need to use SUBSTR function in a
Stored Procedure already written inside the database (i.e. not by
Dynamic SQL).
Is it possible to call the DECLARE EXTERNAL FUNCTION from inside a
Stored Procedure?

I don't want to call this statement from the client or via isql.

Is there a way to do this?

Thanks in advance.