Bug in SQL
This commit is contained in:
parent
abacde331d
commit
4402fe57c9
1 changed files with 2 additions and 1 deletions
|
|
@ -155,7 +155,8 @@ begin
|
|||
end if;
|
||||
return sResult::account_type;
|
||||
end;
|
||||
$BODY$;
|
||||
$BODY$
|
||||
LANGUAGE plpgsql ;;
|
||||
|
||||
CREATE OR REPLACE FUNCTION comptaproc.account_insert(p_f_id integer, p_account text)
|
||||
RETURNS text AS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue