8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Fixed example

This commit is contained in:
AlexPeshkoff 2019-11-15 14:44:01 +03:00
parent 94d3a7cfe8
commit 460c7a9649

View File

@ -156,7 +156,7 @@ FB_UDR_END_FUNCTION
/***
create function mult (
a decfloat(34) not null,
b decimal(34,6) not null
b decfloat(34) not null
) returns decfloat(34) not null
external name 'udrcpp_example!mult'
engine udr;