SQL adaptation guide For Genero db 3.6x, 3.8x / Data dictionary |
Genero db supports the Informix® trigger and stored procedure language.
SELECT getage(patient_bd) FROM patient WHERE patient_id = 12345
See Genero db documentation for more details.
Until Genero db supports user function calls inside SQL queries, you need to extract the stored procedure/function and call it with a secondary statement handle as described here.