Skip to content

Commit

Permalink
insert ignore feature
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Jan 20, 2025
1 parent 2bf0a3e commit 58a40d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noharm-public.sql
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ DECLARE
V_PESO float;
V_NUMHOSPITAL int;
V_FKPRESCRICAO_PERIODO bigint[];
V_PRESMED record;
BEGIN
if P_PARAMS.nome_schema is null or P_PARAMS.nome_schema = '' then
RAISE EXCEPTION 'Parametro invalido: nome_schema';
Expand Down

0 comments on commit 58a40d5

Please sign in to comment.