mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Fixed example
This commit is contained in:
parent
94d3a7cfe8
commit
460c7a9649
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user