meta data for this page
  •  

F_EUROVAL

function from adhoc

Entrypoint euroval not compatible with UTF-8 - use U_INPUTVAL


Inputs/Outputs

   Input      DOUBLE          floatingpoint
   Output     CSTRING(32)     EURO-floatingpoint (EUR after the number) (rounded to 2 digits)

Syntax

   TestSQL
   SELECT '15.47 EUR' AS ISCORRECT, F_EUROVAL(15.47) FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_EUROVAL(NULL) FROM RDB$DATABASE;